From 4b7946aa61e318a0e8b94c66ce1db7d27ca841a0 Mon Sep 17 00:00:00 2001 From: PawanT Date: Tue, 13 Jan 2026 13:36:34 +0530 Subject: [PATCH] Pull request --- index.html | 10 +++++++--- style.css | 7 +++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 23206b2..0bdbd0a 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,21 @@ Document + +
-
+

-
- +

+ + +
\ No newline at end of file diff --git a/style.css b/style.css index e69de29..31cd7d6 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,7 @@ +.main{ + border: 1px solid black; + height: 200px; + width: 250px; + margin: auto; + +} \ No newline at end of file