Guest User

Untitled

a guest
Feb 2nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5.  
  6. p {
  7. margin: 1em auto;
  8.  
  9. }
  10.  
  11. canvas {
  12. display: block;
  13. }
  14.  
  15.  
  16. #particles-js {
  17. width: 100%;
  18. height: 100vh;
  19. background: -webkit-linear-gradient(top, #000000 1%, #0c0c24 100%);
  20. position: fixed;
  21. top: 0;
  22. left: 0;
  23. z-index: -1;
  24. }
  25.  
  26.  
  27.  
  28. .something {
  29. text-align: center;
  30. margin: 0 auto;
  31. margin-top: 200px;
  32. font-family: 'Roboto', sans-serif;
  33. }
  34.  
  35. .something h1 {
  36. color: white;
  37. font-size: 10em;
  38. }
  39.  
  40. #title {
  41. padding-top: 150px;
  42. font-family: 'Fjalla One',sans-serif;
  43. font-size: 64px;
  44. font-style: italic;
  45. }
  46.  
  47. #about {
  48. color: gray;
  49. z-index: -1;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment