particles.css 286 B

123456789101112131415
  1. /* ---- particles.js container ---- */
  2. #particles-js {
  3. background-color: #20232d;
  4. background-image: url("");
  5. background-position: 50% 50%;
  6. background-repeat: no-repeat;
  7. background-size: cover;
  8. height: 100%;
  9. position: absolute;
  10. top: 0;
  11. width: 100%;
  12. }