A simple web page displaying a real-time clock with dynamic background color changes. Built using HTML, CSS, and JavaScript.
-
Clone the repository.
git clone https://github.com/yourusername/real-time-clock.git
-
Open
index.html
in your preferred web browser.
- Real-Time Clock: Displays the current time in hours, minutes, seconds, and AM/PM format.
- Background Color Change: The background color changes every second, providing a visually dynamic experience.
- index.html: HTML file containing the structure of the web page.
- style.css: CSS file for styling the clock and page layout.
- script.js: JavaScript file for updating the clock and handling background color changes.
Feel free to customize the code to suit your preferences. You can modify the styles in style.css
or add additional features to enhance the user experience.