textures, keys

This commit is contained in:
2026-01-30 17:25:26 +01:00
parent b70bdfb955
commit 94bf853589
8 changed files with 109 additions and 81 deletions

View File

@@ -19,6 +19,12 @@ body {
margin-bottom: 0.5em;
}
.keysTable {
display: inline-table;
vertical-align: middle;
text-align: center;
}
@keyframes perspective {
from {
transform: rotateX(0deg) perspective(0px);
@@ -38,6 +44,8 @@ body {
margin-top: 20vh;
margin-bottom: 5vh;
animation: perspective 30s;
transform: rotateX(40deg) perspective(150px);
filter: drop-shadow(0px 10px 0px #0f2437);
}
@keyframes rotation {