music: wip music page
This commit is contained in:
parent
2635eea9d3
commit
5e6b6795e4
3 changed files with 14 additions and 6 deletions
BIN
static/assets/gifs/hmmmbg.gif
Normal file
BIN
static/assets/gifs/hmmmbg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
static/assets/gifs/weirdstone.png
Normal file
BIN
static/assets/gifs/weirdstone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
|
|
@ -198,7 +198,6 @@ table {
|
|||
|
||||
|
||||
:root {
|
||||
|
||||
--lavender: #cdb4db;
|
||||
--light-pink: #ffc8dd;
|
||||
--pink: #ffafcc;
|
||||
|
|
@ -232,7 +231,8 @@ body {
|
|||
}
|
||||
|
||||
&:has(#content music) {
|
||||
background-image: url(assets/images/tiledbgpink.webp);
|
||||
background-image: url(assets/gifs/hmmmbg.gif);
|
||||
background-size: auto;
|
||||
}
|
||||
|
||||
&:has(#content katcenkat) {
|
||||
|
|
@ -255,11 +255,19 @@ body {
|
|||
}
|
||||
|
||||
cute-container {
|
||||
background-image: url(assets/images/tiledbgpink.webp);
|
||||
width: 70svw;
|
||||
height: 70svh;
|
||||
border: 5px solid var(--darker-pink);
|
||||
background-image: url(assets/gifs/weirdstone.png);
|
||||
width: min(90svw, 850px);
|
||||
min-height: 70svh;
|
||||
height: auto;
|
||||
border: 5px solid var(--lavender);
|
||||
padding: 1rem 2rem;
|
||||
box-sizing: border-box;
|
||||
|
||||
img {
|
||||
width: 80%;
|
||||
display: block;
|
||||
margin-inline: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue