From 0bf8eeb618171328fddabae374bf880d8c575df4 Mon Sep 17 00:00:00 2001 From: Shivam Kumar Choudhary Date: Fri, 17 Apr 2026 10:16:16 +0530 Subject: [PATCH] Improved UI alignment in digital clock --- projects/digital-clock/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/digital-clock/style.css b/projects/digital-clock/style.css index 3c45871..9a573d2 100644 --- a/projects/digital-clock/style.css +++ b/projects/digital-clock/style.css @@ -58,3 +58,9 @@ h2 { font-size: 20px; background: green; } +body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +}