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 b8c8682 commit ce31785
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body{
align-self: center;
background-image: url(https://e0.pxfuel.com/wallpapers/81/20/desktop-wallpaper-cool-coding-lines-of-code.jpg);
display:flex;
flex:wrap;
flex:nowrap;
justify-content:center;
border-radius:40px;
}
Expand Down Expand Up @@ -114,6 +114,7 @@ body{
border-color:black;
color:white;
display:flex;
flex-wrap:nowrap;
align-content:flex-end;
}

Expand All @@ -128,6 +129,7 @@ body{
border-style: double;
border-color:black;
display:flex;
flex-wrap:nowrap;
align-content:flex-end;
}

Expand All @@ -142,6 +144,7 @@ body{
border-style: double;
border-color:black;
display:flex;
flex-wrap:nowrap;
align-content:flex-end;
}
#secondc{
Expand All @@ -159,6 +162,7 @@ body{
border-style: double;
border-color:black;
display:flex;
flex-wrap:nowrap;
align-content:flex-end;
}

Expand Down

0 comments on commit ce31785

Please sign in to comment.