Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/Savy011/fullstackopen-exercises. My Exercise Submissions for FullStack Open fullstackopen.com/en
Something went wrong. Try again.
316 B · 19 lines
CSS
at main
1234567891011121314151617181920.add { text-align: center; border-radius: 5px; padding: 10px; font-size: 1.5rem; background-color: lightgray; color: green; border: green solid 3px;}
.delete { text-align: center; border-radius: 5px; padding: 10px; font-size: 1.5rem; background-color: lightgray; color: red; border: red solid 3px;}