1
0
This commit is contained in:
2024-04-27 17:42:31 +09:00
parent 81a43ce8e5
commit 8422a8802f
11 changed files with 368 additions and 361 deletions

View File

@ -0,0 +1,17 @@
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;
}