VLawGz ('-' * 6)
A Pen by Captain Anonymous on CodePen.
| %p some text | |
| %p some other text | |
| %p blah blue blay |
| d3.selectAll('p').style('color', function(){ | |
| return "hsl("+ Math.random()*360+",100%,50%)"; | |
| }); |
VLawGz ('-' * 6)
A Pen by Captain Anonymous on CodePen.