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.
249 B · 17 lines
CSS
at main
123456789101112131415161718.filter { margin-bottom: 10px }
table { border-collapse: collapse }
th { color: #333; background-color: #FFD076;}
td, th { border-bottom: 1px solid #ddd; padding: 5px}
tr:hover { background-color: #97E0CF }
.yearTd { text-align: center }