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.
 
 
 
 
 
 

31 line
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