Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #particles-js {
  2. position: relative;
  3. width: 100%;
  4. height: 65%;
  5.  
  6. background-color: navy;
  7. background-repeat: no-repeat;
  8. background-size: cover;
  9. }
  10.  
  11. .name {
  12. position: absolute;
  13. text-align: center;
  14. top: 50%;
  15. left: 50%;
  16. margin-top: -20px;
  17. margin-left: 0px;
  18. /* z-index: -1; */
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement