spotifytobandcamp/static/css/style.css

17 lines
187 B
CSS
Raw Normal View History

2021-08-28 16:08:54 +02:00
h1 {
color: red;
}
2021-09-01 00:48:14 +02:00
td, th {
border: 3px solid white;
2021-09-01 00:48:14 +02:00
}
tr:nth-child(even) {
background-color: #eee;
}
footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}