WIP
This commit is contained in:
17
src/scss/flex-intro-block.scss
Normal file
17
src/scss/flex-intro-block.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.intro_block {
|
||||
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
color: $c-white;
|
||||
height: 784px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-size: 96px;
|
||||
line-height: 96px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user