From ae9c95cf0d64894e9a63e20b30c441019f78218d Mon Sep 17 00:00:00 2001 From: Ayush Negi <96509253+negia7265@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:15:11 +0530 Subject: [PATCH] Update style.css --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 68e0158..c32fa91 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,7 @@ a:hover { body { max-width: 100%; overflow-x: hidden; - background-color: #bc986a; + background-color: rgb(255 255 255 /31%) } img { @@ -350,3 +350,11 @@ footer { display: grid; grid-template-columns: 10fr ; */ } +.list ul li{ + margin: 3px; + font-family: dm sans,Sans-serif; + font-size: 19px; + font-weight: 400; + line-height: 1.6em; +background-color: rgb(255 255 255 /31%) +}