Files
zipline/public/css/particles.css
2020-04-23 19:45:29 -07:00

17 lines
376 B
CSS

canvas{
vertical-align: text-bottom;
}
#particles-js canvas{
position:absolute;
z-index: -1;
width: 100%;
height: auto;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%; }
.count-particles{
border-radius: 0 0 3px 3px;
}