inital version of scroll view, burger menu, css reset

This commit is contained in:
j 2021-09-30 18:09:42 +01:00
commit 4faf546335
20 changed files with 438 additions and 42 deletions

View file

@ -0,0 +1,34 @@
#ascroll {
font-family: "Noton Sans";
width: 100vw;
h1 {
margin: 4px;
margin-top: 32px;
margin-bottom: 64px;
font-size: 24px;
letter-spacing: 1px;
font-weight: bold;
}
.player {
position: absolute;
display: none;
width: 100vw;
height: auto;
//transition: opacity 0.4s;
}
.annotation {
.frame {
img {
width: 100vw;
height: auto;
}
}
.text {
margin: 20px 20px;
font-size: 22px;
line-height: 26px;
}
}
}