rick
5e7e5051be
- 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.
20 lines
223 B
CSS
20 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;
|
|
}
|