Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyamvadaShah authored Apr 27, 2024
1 parent db46c93 commit 83b7e15
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ body{
border-style: double;
border-color:black;
color:white;
display:BLOCK;
flex-wrap:nowrap;
display:block;
align-content:flex-end;
}

Expand All @@ -128,8 +127,7 @@ body{
opacity:0.9;
border-style: double;
border-color:black;
display:flex;
flex-wrap:nowrap;
display:block;
align-content:flex-end;
}

Expand All @@ -143,8 +141,7 @@ body{
padding: 20px 20px;
border-style: double;
border-color:black;
display:flex;
flex-wrap:nowrap;
display:block;
align-content:flex-end;
}
#secondc{
Expand All @@ -161,8 +158,7 @@ body{
padding: 18px 20px;
border-style: double;
border-color:black;
display:flex;
flex-wrap:nowrap;
display:block;
align-content:flex-end;
}

Expand Down

0 comments on commit 83b7e15

Please sign in to comment.