Skip to content
Merged
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
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ <h3>Samsung Galaxy S22 Ultra</h3>
</div>
</div>
</div>
<div class="view-all-categories-container">
<button class="view-all-categories-btn">
<a href="#" style="text-decoration: none;">View All Featured products</a>
</button>
</div>
</div>

<div class="collections">
Expand All @@ -183,6 +188,11 @@ <h3>Apple Pack</h3>
</div>
</div>
</div>
<div class="view-all-categories-container" style="margin-top: 50px;margin-bottom: 200px;">
<button class="view-all-categories-btn">
<a href="#" style="text-decoration: none;">CheckOut All Collections</a>
</button>
</div>

<section class="newsletter" style="margin-top: 100px;">
<div class="newstext">
Expand Down
Loading