Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 383 Bytes

Stripes

About

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.

Future Plans

  • Make the number of stripes configurable.
  • Try using canvas or svg for drawing.