Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 456 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 456 Bytes

led.css

led.css is a CSS class that allows you to easily create LEDs in pure CSS.

Usage

The default LED can be created like this:

<div class="led"></div>

The default LED is in an "off" state, so add some color:

<div class="led led-red"></div>
<div class="led led-orange"></div>
<div class="led led-yellow"></div>
<div class="led led-green"></div>
<div class="led led-blue"></div>

Demo

http://jsfiddle.net/XrHcA/