mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-03 16:03:12 +00:00
Initial push of DV8 Expo website
This commit is contained in:
parent
dcc9247ba0
commit
a86816a322
18 changed files with 1075 additions and 0 deletions
28
DV8-Expo/website/static/sass/header.sass
Normal file
28
DV8-Expo/website/static/sass/header.sass
Normal file
|
@ -0,0 +1,28 @@
|
|||
header
|
||||
margin-bottom: 3rem
|
||||
padding: 2rem
|
||||
height: calc(100vh - 6rem)
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
align-items: center
|
||||
text-align: center
|
||||
font-family: $main-font
|
||||
color: $primary
|
||||
|
||||
> h1
|
||||
margin: 0
|
||||
font-size: 3rem
|
||||
|
||||
> span
|
||||
font-family: $monospace-font
|
||||
color: $accent
|
||||
|
||||
> p
|
||||
margin: 0
|
||||
font-size: 1.2rem
|
||||
|
||||
> i
|
||||
margin: 1rem 0 0
|
||||
font-size: 1.2rem
|
||||
animation: glow 3s ease-in-out infinite
|
Loading…
Add table
Add a link
Reference in a new issue