Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nav bar correcting done #1231

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions css/homeHeader.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
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,12 +108,14 @@
display: flex;
justify-content: space-between;
align-items: center;
height: 43px;
}

.cartLogoandname{
position: relative ;
}
#cartItems{
/*use this for adding cart items
#cartItems1{
position: absolute;
top: 14px;
left: 14px;
Expand All @@ -122,7 +130,7 @@
font-size: 12px;
color: #fff;
}

*/

/* Styles for the dropdown menu */
.homeHeader .dropdown-menu {
Expand Down Expand Up @@ -152,6 +160,8 @@
color: #007bff;
}



#homeHeader .navbar {
justify-content: start;
}
Expand All @@ -173,6 +183,7 @@
.navItem5 {
margin: 0
}


}

Expand Down
7 changes: 7 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@
box-sizing: border-box;
/* border: 1px solid red; */
}
body{
background-color: #F1F2F4;
}

.category{
display: inline-flex;
flex-direction: row;
}
Loading
Loading