aramprice / stripes

random stripes of color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

random stripes of color

License:MIT License


Languages

Language:JavaScript 79.4%Language:Ruby 14.4%Language:HTML 6.2%