Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Angad-Deep committed Jul 19, 2024
1 parent 57a8d0d commit b316074
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Files/About.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,17 @@
}
ol a {
display: inline-flex;
background-color: white;
color: black;
border: 5px groove cyan;
background-color: black;
color: white;
text-decoration:none;
border: 2px solid whitesmoke;
font-size:18px;
width: 100px;
height: auto;
text-align: center;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
}
p a {
display: inline-flex;
Expand Down

0 comments on commit b316074

Please sign in to comment.