Skip to content

Commit

Permalink
Merge pull request #1241 from AryanAwtar/main
Browse files Browse the repository at this point in the history
  • Loading branch information
arghadipmanna101 authored Jun 18, 2024
2 parents a5549b5 + 08c648b commit c4e2e57
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion css/homeHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,43 @@
top: 0;
width: 100%;
z-index: 9999;

}

.homeHeader *{
color: #000;
}
.flex-grow>input::placeholder{
font-size: 17px;
color: #666666;
font-weight: lighter;
padding-top: 5px;
letter-spacing: 0.01rem;
}
.homeHeader .nav-item {
transition: background-color 0.5s ease;
/* padding: 9px 13px; */
margin: 0 3px;
}

#searchbar.navtab{
width: 750px;
border-radius: 10px;
}
.homeHeader .nav-link {
text-decoration: none;
color: #000;
display: block;
padding: 20px;
width: 100%;
}

.navbar{
padding: 12px 28px;
display: inline;
}
a.navbar-brand{
padding-right: 20px;
}
.homeHeader .navtab {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -102,6 +123,7 @@
display: flex;
justify-content: space-between;
align-items: center;
height: 43px;
}

.cartLogoandname{
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div id="navbarNav_">
<ul class="navbar-nav">
<li class="nav-item navItem1">
<div id="searchbar" class="navtab">
<div id="searchbar" class="navtab" style="background-color: #F0F5FF;">
<span id="searchButton" style="display: flex;align-items: center;">
<svg width="24" height="24" class="" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
Expand All @@ -70,7 +70,7 @@
</li>
</ul>
<ul class="navbar-nav ml-auto"
style="flex-wrap: nowrap;flex-direction: row;width: 40vw; justify-content: space-around">
style="flex-wrap: nowrap;flex-direction: row;width: 30vw; justify-content: space-between;margin-left: 20px;">
<li class="nav-item navItem2 dropdown" id="navbarDropdow">
<a class="nav-link nav-dd acnavdd" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Expand Down

0 comments on commit c4e2e57

Please sign in to comment.