music: wip music page

This commit is contained in:
Agahnim 2026-05-13 12:04:39 +02:00
parent 2635eea9d3
commit 5e6b6795e4
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
3 changed files with 14 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View file

@ -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;
}
}
}