<html>
<head>
<title>Dot Waves</title>
</head>
<body>
<canvas width="1400" height="800" id="dot-waves"></canvas>
</body>
</html>
canvas {
width: 700px;
height: 400px;
}
html {
background-color: black;
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
This Pen doesn't use any external CSS resources.