Analog Clock Using HTML, CSS and JS Copy HTMl Code: <!DOCTYPE html> <html lang =" en "> <head> <link rel =" stylesheet " href =" style.css "> <meta charset =" UTF-8 "> <meta name =" viewport " content =" width=device-width, initial-scale=1.0 "> <title> Analog Clock Using JS </title> </head> <body> <div class =" clock "> <div class =" hr " id =" hr "> </div> <div class =" mn " id =" mn "> </div> <div class =" sc " id =" sc "> </div> </div> </body> <script src ="main.js"> </script> </html> Copy CSS code: *{ margin: 0; padding: 0; box-sizing: border-box; } body{ justify-content: center; display: flex; align-items: center; min-height: 100vh; } .clock{ justify-content: center...
Search This Blog
Technical Vandar
Posts
Featured
Latest Posts
HTML and CSS Tutorial Second Episode.||Writing Our First Web Page Using ...
- Get link
- X
- Other Apps
How To Use Kali Linux On VirtualBox Without Installing.|||Kali Linux 202...
- Get link
- X
- Other Apps
Making Awesome 3D Buttons Using Pure HTML and CSS.|||With Source Code.|||
- Get link
- X
- Other Apps
Making The GUI Registration Form Using Python.||With Free Source Code.|||||
- Get link
- X
- Other Apps
Making an Awesome GUI Calculator Using Python.||||Awesome Calculator Pyt...
- Get link
- X
- Other Apps
Designing The Awesome Footer Part Of Website using HTML and CSS.|||
- Get link
- X
- Other Apps
Making Flying Rocket Animation Using HTML and CSS.|||||
- Get link
- X
- Other Apps
