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
385 B

  1. .particle_banner {
  2. position: relative;
  3. overflow: hidden;
  4. }
  5. .particle_banner .container {
  6. width: 100%;
  7. position: absolute;
  8. top: 0;
  9. }
  10. .particle_banner .container h1 {
  11. color: white;
  12. text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  13. font-size: 5em;
  14. }
  15. .particle_banner .container h2 {
  16. color: rgba(255, 255, 255, 0.6);
  17. text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  18. font-size: 3em;
  19. }