60 lines
1.1 KiB
Sass
60 lines
1.1 KiB
Sass
$background-color: #EAE2B7
|
|
$text-color: #003049
|
|
$secondary-text-color: #F77F00
|
|
$primary-color: #D62828
|
|
$secondary-color: #F77F00
|
|
|
|
body
|
|
margin: 0
|
|
padding: 0
|
|
display: flex
|
|
flex-direction: column
|
|
background-color: $background-color
|
|
|
|
a
|
|
color: $text-color
|
|
text-decoration: none
|
|
font-weight: bold
|
|
letter-spacing: 1px
|
|
|
|
.greeting
|
|
color: $secondary-text-color
|
|
font-size: 30px
|
|
font-weight: 900
|
|
display: flex
|
|
justify-content: center
|
|
align-items: center
|
|
height: 50vh
|
|
background-image: url("https://i1.wp.com/sirus.be/sirus_afbeeldingen/2020/04/Smartcities.png?fit=2560%2C1594&ssl=1")
|
|
background-position: center center
|
|
background-size: cover
|
|
background-clip: border-box
|
|
|
|
.header
|
|
background-color: $secondary-color
|
|
width: 100%
|
|
height: 50px
|
|
display: flex
|
|
align-items: center
|
|
justify-content: flex-end
|
|
|
|
ul
|
|
display: flex
|
|
flex-direction: row
|
|
font-size: 20px
|
|
list-style: none
|
|
|
|
li
|
|
padding-right: 30px
|
|
|
|
ol
|
|
display: flex
|
|
flex-direction: column
|
|
list-style: georgian
|
|
|
|
.content
|
|
display: flex
|
|
flex-direction: row
|
|
|
|
.navigation
|