From 9183fab817199f6d0c4309245b9e7daad9e1bcfc Mon Sep 17 00:00:00 2001 From: Mahak Kaur Date: Thu, 12 Oct 2023 21:37:23 +0530 Subject: [PATCH] changed style --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index b05198a..5dac261 100644 --- a/css/style.css +++ b/css/style.css @@ -1,14 +1,21 @@ #title { font-size: 400%; width: 60vmax; + + } +body{ + background-color: lightblue; +} .center { margin: auto; padding: auto; text-align: center; + } + #image { max-width: 70%; height: auto;