<div id="particles-js"></div>
* {
margin: 0;
padding: 0;
}
canvas {
display: block;
}
#particles-js {
width: 100%;
height: 100vh;
background: cornflowerblue;
}
xxxxxxxxxx
particlesJS();
This Pen doesn't use any external CSS resources.