Skip to content

Commit

Permalink
Merge pull request #1449 from meetarora10/more-branch
Browse files Browse the repository at this point in the history
Modified the dropdown of more link on the navbar of login/signup page .
  • Loading branch information
arghadipmanna101 authored Jul 23, 2024
2 parents 935334a + e96636b commit 26aa893
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

#more-options {
display: none;
background-color: #050505;
background-color: white;
box-shadow: 0 2px 2px rgba(0,0,0,0.15);
padding: 10px;
position: absolute;
Expand All @@ -85,6 +85,9 @@
left: 0;
min-width: 150px;
border: 1px solid #e0e0e0;
border-radius: 5px;
font-family:'Courier New', Courier, monospace;
font-weight: 700;
}

#more_h:hover #more-options {
Expand All @@ -97,10 +100,13 @@
text-decoration: none;
display: block;
font-size: 13px;
transition: all 0.78s;
}

.option-item:hover {
text-decoration: none;
background-color: #ccc;
transition: all 0.78s;
}
</style>
</head>
Expand Down Expand Up @@ -136,7 +142,7 @@
</div>
<div class="text-white cartLogoandname">
<a href="../viewcart/">
<img src="../img/svg/cart_h.svg" alt="Cart"><span class="cart_h">Cart</span><span id="cartItems"></span>
<img src="../img/svg/cart_h.svg" alt="Cart"><span class="cart_h" style="color:white">Cart</span><span id="cartItems"></span>
</a>
</div>
</div>
Expand Down

0 comments on commit 26aa893

Please sign in to comment.