From 392a3807e27809e3aff5c2722b6e54c805a01a75 Mon Sep 17 00:00:00 2001 From: Sahil Date: Tue, 19 Aug 2025 23:48:55 +0530 Subject: [PATCH] centerd the content for better visibility to the user --- src/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 08a3ac9..d0e13c3 100644 --- a/src/index.css +++ b/src/index.css @@ -24,10 +24,11 @@ a:hover { body { margin: 0; - display: flex; - place-items: center; min-width: 320px; min-height: 100vh; + display: flex; + justify-content: center; + align-items: center; } h1 {