about: add about page and I did smth else but I can't remember
This commit is contained in:
parent
c32a5659a5
commit
bc2dae3239
7 changed files with 54 additions and 22 deletions
|
|
@ -217,8 +217,8 @@ table {
|
|||
}
|
||||
|
||||
body {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-size: auto;
|
||||
min-height: 100lvh;
|
||||
width: 100lvw;
|
||||
overflow: auto;
|
||||
|
|
@ -231,7 +231,6 @@ body {
|
|||
|
||||
&:has(#content music) {
|
||||
background-image: url(assets/gifs/hmmmbg.gif);
|
||||
background-size: auto;
|
||||
}
|
||||
|
||||
&:has(#content katcenkat) {
|
||||
|
|
@ -687,7 +686,7 @@ music {
|
|||
z-index: -1;
|
||||
pointer-events: none;
|
||||
font-size: 10rem;
|
||||
animation: fadeInNOut 10s infinite;
|
||||
animation: fadeInNOut 5s infinite;
|
||||
|
||||
vertical-marquee-inner {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue