Simple javascript for generating stripes of random color in an HTML element.
The current implementation draws three stripes of random size and color, either vertically or horizontally usingdiv
tags and CSS Attributes width
, height
, background-color
.
- Make the number of stripes configurable.
- Try using
canvas
orsvg
for drawing.