Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkersain committed Jul 7, 2024
1 parent afd8494 commit 2500e62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions imgdesc.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,28 @@ body {
padding: 10px;
}

.nav-links {
display: flex;
}
.nav-links a {
background-color: #92abcb;
padding: 10px;
margin: 20px 20px 20px 20px;
text-align: center;
color: black;
width: 20%;
text-decoration: none;
border-radius: 6px;
}
.nav-links a:hover {
background-color: black;
color: white;
}

.nav-logo {
display: flex;
}

.nav-logo img {
width: 25%;
}
Expand Down

0 comments on commit 2500e62

Please sign in to comment.