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