Preview : Today we are creating Simple Analog Clock. |
In this post, I'll show you how to create an analogue clock using HTML CSS and JavaScript code.
There are three hands to denote the hours, minutes, and seconds, much like on a traditional analogue kite.
I used numbers ranging from 1 to 12.
1.index.html
Make an index.html file and paste the following code into it:
2.style.css
Let's make a CSS file named style.css and add the CSS code below to it:
Comments
Post a Comment