From 0b615856935eecf97a34dbc2d2f7ca67cbca318d Mon Sep 17 00:00:00 2001 From: Aryan Jha <68564456+Aryan-Jha29@users.noreply.github.com> Date: Mon, 9 May 2022 14:30:16 +0530 Subject: [PATCH] Update style.css Updated style part --- style.css | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/style.css b/style.css index 30a2f28..cca5eb5 100644 --- a/style.css +++ b/style.css @@ -13,28 +13,19 @@ body { #heading { text-align: center; font-weight: bold; - background-color: #614124; + background-color: #A0AECD; text-decoration: solid; margin: 0; + height: 90px; + padding-top: 20px; } -#func { - display: flex; - justify-content: center; - flex-wrap: wrap; - gap: 255px; -} - -#func1 { - display: flex; - justify-content: center; - margin-right: 110px; +.btn-outline-light { + border: none; } -.shift { - padding-left: 10px; - display: flex; - gap: 180px +.navbar { + padding-left: 5px; } .move { @@ -43,7 +34,7 @@ body { } #content { - padding-left: 30%; + padding-left: 10%; height: 50%; } @@ -72,4 +63,4 @@ body { .full { min-height: 100vh; -} \ No newline at end of file +}