mirror of
https://github.com/diced/zipline.git
synced 2026-01-20 00:21:24 -08:00
17 lines
376 B
CSS
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;
|
|
} |