From 5835df23e7a4699e13e49355d7694218ddf13b1b Mon Sep 17 00:00:00 2001 From: AyushKumarMishra123 Date: Wed, 14 Jan 2026 01:45:51 +0530 Subject: [PATCH] hello --- index.html | 2 ++ style.css | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f272ed6..7cfd55e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,9 @@ + +
diff --git a/style.css b/style.css index 2d6e3d7..40b7bc2 100644 --- a/style.css +++ b/style.css @@ -67,13 +67,15 @@ body { button:hover { background-color: #5548c8; + height: 50px; + width: 310px; } -*{ +/* *{ background-color: antiquewhite; -} +} */ form{ margin: 0 auto; @@ -86,6 +88,6 @@ body{ justify-content: center; align-items: center; height: 100vh; -body { + background-color: lightblue; }