spotifytobandcamp/static/css/style.css

17 lines
187 B
CSS

h1 {
color: red;
}
td, th {
border: 3px solid white;
}
tr:nth-child(even) {
background-color: #eee;
}
footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}