31 lines
447 B
Sass
31 lines
447 B
Sass
body, html
|
|
margin: 0
|
|
padding: 0
|
|
display: grid
|
|
grid-template-rows: 400px 1fr
|
|
height: 100vh
|
|
|
|
h1
|
|
position: absolute
|
|
top: 85px
|
|
text-align: center
|
|
width: 100vw
|
|
color: white
|
|
font-family: Grotesk
|
|
font-size: 5.8em
|
|
|
|
#goop-zone
|
|
position: relative
|
|
width: 100vw
|
|
height: 400px
|
|
fill: #b50931
|
|
|
|
.glob
|
|
transition: transform 0.485s linear
|
|
|
|
main
|
|
background-color: #b50931
|
|
|
|
@font-face
|
|
font-family: Grotesk
|
|
src: url("grotesk.woff2") format("woff2") |