spotifytobandcamp/static/css/style.css

12 lines
110 B
CSS

h1 {
color: red;
}
td, th {
border: 3px solid;
}
tr:nth-child(even) {
background-color: #eee;
}