You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @import variables
-
- .bg
- $img-height: 650px
-
- position: fixed
- width: 100%
- left: 0
- z-index: -1
-
- &#img-1
- background: url(../img/about/bg1.png) no-repeat
- background-size: cover
- height: 400px
- top: 0px
-
- &#img-2
- background: url(../img/about/bg2.png) no-repeat
- height: $img-height + 250px
- top: 520px
-
- &#img-3
- background: url(../img/about/bg3.png) no-repeat
- background-size: cover
- height: $img-height + 250
- top: 1800px
-
- div.section
- background-color: white
- border: 1px solid $baseColor2
- height: 300px
- margin-bottom: 200px
- margin-top: 300px
- padding-bottom: 50px
- padding-top: 20px
-
- &#top
- margin-top: 0px
-
- div.centered
- margin-left: auto
- margin-right: auto
- width: 50%
-
- h1
- color: $baseColor1
|