djdj - HTMLify profile

djdj's Profile Picture

djdj

471 Files

103473 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
59 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
118 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();