<p></p> <p></p> <p></p>
p{ width: 100px; height: 100px; margin: 10px; }
d3.selectAll("p").style("background", function() { return "hsl(" + Math.random() * 360 + ",100%,50%)"; });
This Pen is owned by deathhell on CodePen.
See more by @deathhell on CodePen
This Pen doesn't use any external CSS resources.