Skip to content

Commit

Permalink
added particles
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Jan 3, 2019
1 parent 58f4be8 commit dc57fc3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/css/spacepaper.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html {

body {
height: 100%;
background-color: #212121;
background-color: #000000;
font-family: 'Nunito', sans-serif;
}

Expand Down Expand Up @@ -32,3 +32,10 @@ img{
background-color: rgba(255, 255, 255, 0) !important;
border: 0;
}

#particle_background canvas{
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}

0 comments on commit dc57fc3

Please sign in to comment.