Skip to content

Commit

Permalink
Navbar css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Nov 30, 2023
1 parent 0050e96 commit 7c5e67b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,23 @@ transition:0.3sec
visibility: visible;
opacity: 1;
}
.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

1 comment on commit 7c5e67b

@vercel
Copy link

@vercel vercel bot commented on 7c5e67b Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.