Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Updated style part
  • Loading branch information
Aryan-Jha29 authored May 9, 2022
1 parent b053aa1 commit 0b61585
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -43,7 +34,7 @@ body {
}

#content {
padding-left: 30%;
padding-left: 10%;
height: 50%;
}

Expand Down Expand Up @@ -72,4 +63,4 @@ body {

.full {
min-height: 100vh;
}
}

0 comments on commit 0b61585

Please sign in to comment.