From d4fbbd49c952dd76ddd00e8d3a1198726ef21abe Mon Sep 17 00:00:00 2001 From: kartikverma1996 <57009757+kartikverma1996@users.noreply.github.com> Date: Fri, 25 Oct 2019 21:08:00 +0530 Subject: [PATCH] changed background --- Website/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/styles.css b/Website/styles.css index 2265ffc..954dd56 100644 --- a/Website/styles.css +++ b/Website/styles.css @@ -5,13 +5,13 @@ .home{ background: url("./assets/background.jpg") center center no-repeat; background-attachment: fixed; - padding: 240px 0 75px; + padding: 2px 0 75px; } .home-title{ padding: 20px 48px; font-size: 42px; - background: rgba(0, 0, 0, 0.75); + background: rgba(0.75); color: #fff; }