File: cool-led-matrix.css

Recommend this page to a friend!
  Classes of Joseluis Laso   CoolLedMatrix   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CoolLedMatrix
Display a led matrix from symbol bitmaps
Author: By
Last change: Update of cool-led-matrix.css
Date: 18 days ago
Size: 427 bytes
 

Contents

Class file image Download
.led ul li { float: left; width: 5px; height: 5px; background: #444; box-shadow: 0 0 0 #444; margin-right: 6px; margin-top: 6px; border-radius: 360px; } .led ul li.red { background: #FF2F01; box-shadow: 0 0 16px #FF2F01; } .led ul li.yellow { background: #F9D700; box-shadow: 0 0 16px #F9D700; } .led ul li.green { background: #00FF00; box-shadow: 0 0 16px #00FF00; }