27 lines
383 B
Sass
27 lines
383 B
Sass
body, html
|
|
margin: 0
|
|
padding: 0
|
|
display: grid
|
|
grid-template-rows: 400px 1fr
|
|
height: 100vh
|
|
|
|
h1
|
|
position: absolute
|
|
top: 140px
|
|
text-align: center
|
|
width: 100vw
|
|
color: white
|
|
font-family: Atkinson Hyperlegible
|
|
font-size: 3em
|
|
|
|
#goop-zone
|
|
position: relative
|
|
width: 100vw
|
|
height: 400px
|
|
fill: #b50931
|
|
|
|
.glob
|
|
transition: transform 0.485s linear
|
|
|
|
main
|
|
background-color: #b50931 |