A semantic search engine for source code https://bitshift.benkurtovic.com/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

31 wiersze
392 B

  1. /*
  2. Global project stylesheet.
  3. */
  4. @import mixins
  5. body
  6. margin: 0px
  7. div#center
  8. background-color: red
  9. margin-left: auto
  10. margin-right: auto
  11. margin-top: 0px
  12. width: 75%
  13. div#footer
  14. @extend .t3
  15. background-color: yellow
  16. bottom: -20px
  17. position: fixed
  18. width: 100%
  19. text-align: center
  20. a
  21. padding-left: 10%
  22. &:hover
  23. bottom: 0px