From af7cd6f18697afe78280c95d7213177bca772437 Mon Sep 17 00:00:00 2001 From: learner-prakharrr <126413965+learner-prakharrr@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:56:25 +0530 Subject: [PATCH] Update indexStyle.css upgrading background size and text decoration --- indexStyle.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indexStyle.css b/indexStyle.css index 3b6abcd..6a5e156 100644 --- a/indexStyle.css +++ b/indexStyle.css @@ -1,20 +1,20 @@ body{ background-image: url(img/img.jpg); - background-size:cover; + background-size:contain; } .carsual{ display: flex; flex-direction: column; text-align: center; align-items: center; - height: 249px; + height: 250px; margin-top: 200px; margin-bottom: 100px; } .about{ - background-color:silver; + background-color:lavender; margin-top: 50px; } @@ -24,5 +24,5 @@ body{ } .aboutlogo{ - text-decoration: none; + text-decoration: overline; }