Skip to content

Commit

Permalink
Revert "added fashion category in category section"
Browse files Browse the repository at this point in the history
  • Loading branch information
theritiktiwari authored Oct 6, 2021
1 parent afa3286 commit 697fc92
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 147 deletions.
21 changes: 0 additions & 21 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,3 @@ background-color: inherit;
text-align: center;
color: white;
}
.card {
text-align: center;
font-size: 20px;
}

.cols {
padding: 3% 2%;
}
.container {
background-color: rgba(255, 255, 255, .8);
border-radius: 1.25em;
text-align: center;
padding: 5px;
margin: 60px auto;
width: 70%;
}
#buybtn{
background-color: green;
width: 100px;

}
124 changes: 0 additions & 124 deletions fashion.html

This file was deleted.

Binary file removed images/ethnic.jpg
Binary file not shown.
Binary file removed images/western.jpeg
Binary file not shown.
Binary file removed images/western1.jpg
Binary file not shown.
Binary file removed images/yellowdress.jfif
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
Shop by Category
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="fashion.html">Fashion</a></li>
<li><a class="dropdown-item" href="#">Electronics</a></li>
<li><a class="dropdown-item" href="#">Category 1</a></li>
<li><a class="dropdown-item" href="#">Category 2</a></li>
<li>
<hr class="dropdown-divider">
</li>
Expand Down

0 comments on commit 697fc92

Please sign in to comment.