djdj - HTMLify profile

djdj's Profile Picture

djdj

471 Files

103476 Views

Latest files of /djdj/ITintern/Bhawna-jadaun/task2

djdj/ITintern/Bhawna-jadaun/task2/index.html
5 Views
0 Comments
File is locked
djdj/ITintern/Bhawna-jadaun/task2/script.js
117 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();

djdj/ITintern/Bhawna-jadaun/task2/styles.css
61 Views
0 Comments
/* styles.css */
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: #f0f0f0;
margin: 0;