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.

19 lines
371 B

4 years ago
  1. // Particle banner
  2. @import "compass/css3"
  3. .particle_banner
  4. position: relative
  5. overflow: hidden
  6. .container
  7. width: 100%
  8. position: absolute
  9. top: 0
  10. h1
  11. color: rgb(255,255,255)
  12. +text-shadow(0 0 5px rgba(0,0,0,.5))
  13. font-size: 5em
  14. h2
  15. color: rgba(255,255,255,0.6)
  16. +text-shadow(0 0 5px rgba(0,0,0,.5))
  17. font-size: 3em