This clock project provides a simple and visually appealing interface to display the current time, including hours, minutes, seconds, and whether it is AM or PM. The project comprises three main files: HTML for structure (index.html), CSS for styling (style.css), and JavaScript for dynamic updates (script.js).
- index.html: Main HTML file defining the structure of the clock interface.
- style.css: CSS file responsible for styling the clock and its container.
- script.js: JavaScript file dynamically updating the clock every second.
- Displays current time in hours, minutes, and seconds.
- Indicates whether it is AM or PM.
The clock is styled with a gradient background and uses the Poppins font.