Log in Register Dashboard Temp Share Shortlinks Frames API

djdj - HTMLify profile

djdj's Profile Picture

djdj

485 Files

125419 Views

Latest files of /djdj/ITintern/ALISHAMATHUR007/task2

djdj/ITintern/ALISHAMATHUR007/task2/index.html
7 Views
0 Comments
File is locked
djdj/ITintern/ALISHAMATHUR007/task2/style.css
85 Views
0 Comments
/* styles.css */
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: #f0f0f0;
margin: 0;
djdj/ITintern/ALISHAMATHUR007/task2/script.js
145 Views
0 Comments
// script.js
const hourHand = document.querySelector('.hour-hand');
const minuteHand = document.querySelector('.minute-hand');
const secondHand = document.querySelector('.second-hand');

function setDate() {
const now = new Date();