spotifytobandcamp/static/css/style.css
rick 5e7e5051be
!feat(categories): add 3 categories for artists
- albums: album found
- artists: found the artist, not the album
- notfound: not found on bandcamp (or limited by api)

API on refresh changes.
Use a extern script instead of write it in html page.
2021-09-01 16:00:07 +02:00

21 lines
223 B
CSS

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