File: jqClock.css

Recommend this page to a friend!
  Classes of John Romano D'Orazio   jQuery Clock Plugin   jqClock.css   Download  
File: jqClock.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Clock Plugin
Display a clock inside a dom element
Author: By
Last change: Update of jqClock.css
Date: 2 years ago
Size: 432 bytes
 

Contents

Class file image Download
/* SAMPLE CSS STYLES FOR JQUERY CLOCK PLUGIN */ .jqclock { display:inline-block; text-align:center; border: 1px Black solid; background: LightYellow; padding: 10px; margin:20px; } .clockdate { color: DarkRed; margin-bottom: 10px; font-size: 18px; display: block;} .clocktime { border: 2px inset White; background: Black; padding: 5px; font-size: 14px; font-family: "Courier"; color: LightGreen; margin: 2px; display: block; }