1
0
web/static/pkg/particles/particles.css

18 lines
309 B
CSS
Raw Permalink Normal View History

2024-04-27 03:19:58 +00:00
canvas{
display: block;
vertical-align: bottom;
}
#particles-js{
/* position:absolute; */
position:static;
width: 100%;
height: 100%;
background-color: #313131;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
.count-particles{
border-radius: 0 0 3px 3px;
}