Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 988 Bytes

Real-Time Clock with Background Color Change

A simple web page displaying a real-time clock with dynamic background color changes. Built using HTML, CSS, and JavaScript.

Usage

  1. Clone the repository.

    git clone https://github.com/yourusername/real-time-clock.git
  2. Open index.html in your preferred web browser.

Features

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

Files

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

Customization

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.