feat: Ajout de la première page

This commit is contained in:
2020-07-02 11:01:36 +02:00
parent 25ec9ce12d
commit ea6bf32070
5 changed files with 24 additions and 0 deletions

18
assets/styles/main.sass Normal file
View File

@ -0,0 +1,18 @@
html, body
min-height: 100%
background-color: #d5d5d5
text-align: center
h1
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif
font-size: 92px
padding: 80px 50px
text-align: center
text-transform: uppercase
text-rendering: optimizeLegibility
color: #2c2c2c
letter-spacing: .05em
text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2)
word-wrap: break-word