A semantic search engine for source code https://bitshift.benkurtovic.com/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

about.sass 827 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: 0px
  13. &#img-2
  14. background: url("../img/about/bg2.png") no-repeat
  15. height: $img-height
  16. top: 480px
  17. &#img-3
  18. background: url("../img/about/bg3.png") no-repeat
  19. background-size: cover
  20. height: $img-height + 200
  21. top: 1200px
  22. div.section
  23. background-color: white
  24. border: 1px solid $baseColor2
  25. height: 300px
  26. margin-top: 300px
  27. padding: 20px
  28. &#top
  29. margin-top: 0px
  30. div.centered
  31. margin-left: auto
  32. margin-right: auto
  33. width: 50%
  34. h1
  35. color: $baseColor1