SomeJoGrams / CSSClock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSSClock

A small CSS clock controlled by javascript. The time of the clock can be changed by using the "setClockTime" function on the html elments with the "clock" class. To insert a clock with standard design use:
<div class="clockJo">
<div class="clockJoCenter"></div>
<div class="pointerHand longPointer"></div>
<div class="pointerHand shortPointer"></div>
</div>

About


Languages

Language:CSS 48.2%Language:JavaScript 35.9%Language:HTML 15.9%