A semantic search engine for source code https://bitshift.benkurtovic.com/
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.
 
 
 
 
 
 

51 lines
957 B

  1. @import variables
  2. .bg
  3. $img-height: 650px
  4. position: fixed
  5. width: 100%
  6. left: 0
  7. z-index: -1
  8. &#img-1
  9. background: url(../img/about/bg1.png) no-repeat
  10. background-size: cover
  11. height: 400px
  12. top: -200px
  13. &#img-2
  14. background: url(../img/about/bg2.png) no-repeat
  15. width: 100%
  16. height: $img-height + 530
  17. top: 550px
  18. &#img-3
  19. background: url(../img/about/bg3.png) no-repeat
  20. background-size: cover
  21. height: $img-height + 250
  22. top: 1600px
  23. div.section
  24. background-color: white
  25. border: 1px solid $baseColor2
  26. height: 300px
  27. margin-bottom: 200px
  28. margin-top: 300px
  29. padding-bottom: 50px
  30. padding-top: 20px
  31. &#top
  32. margin-top: 0px
  33. div.centered
  34. margin-left: auto
  35. margin-right: auto
  36. width: 50%
  37. h1
  38. color: $baseColor1
  39. span
  40. color: $baseColor2