spotifytobandcamp/static/css/style.css

12 lines
110 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;
}
tr:nth-child(even) {
background-color: #eee;
}