Author: viktorbezdek Views Total: 1,628 views Official Page: Go to website Last Update: June 5, 2014 License: Unknown Preview: Description: A simple fashion clock, built on top of Javascript, CSS, CSS3 transforms, to display the current local time on your website. How to use it: Create the Html for a time clock. The CSS/CSS3 rules. .clock { position: relative; left: 50%; margin-left: -200px; margin-top: 50px; width: 400px; height: 400px; background: #45484d; background: -webkit-radial-gradient(center, ellipse, #45484d 0%, #000000 100%); background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',…
















