finish up profiles, begin custom songs

This commit is contained in:
sky
2025-07-08 22:01:44 -04:00
parent c8d3d0d50c
commit a698f941d8
12 changed files with 189 additions and 21 deletions

View File

@ -29,4 +29,22 @@
}
#infobox h2 {
margin-right: auto;
}
.button {
margin: 4px;
padding: 2px;
width: 7%;
transition-duration: 0.25s;
}
.button:hover {
filter: brightness(1.1);
transform: scale(1.05);
}
.opposite {
width: 50%;
height: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
margin: 12px;
}