Current state

This commit is contained in:
2023-05-15 00:21:53 +02:00
parent 6344134a9e
commit 1f2eb78333
14 changed files with 124 additions and 72 deletions

View File

@ -99,3 +99,9 @@ body {
left: 0;
right: 0;
}
.rotate {
transform: rotate(90deg);
color: red;
transition: 1s;
}