Skip to main content

Posts

Featured

 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...

Latest Posts

HTML and CSS Tutorial Second Episode.||Writing Our First Web Page Using ...

How To Use Kali Linux On VirtualBox Without Installing.|||Kali Linux 202...

Making Awesome 3D Buttons Using Pure HTML and CSS.|||With Source Code.|||

Making The GUI Registration Form Using Python.||With Free Source Code.|||||

Making an Awesome GUI Calculator Using Python.||||Awesome Calculator Pyt...

Designing The Awesome Footer Part Of Website using HTML and CSS.|||

Making Flying Rocket Animation Using HTML and CSS.|||||