Skip to content

Commit

Permalink
Adding Link
Browse files Browse the repository at this point in the history
  • Loading branch information
DHRUV-SHERE committed May 5, 2024
1 parent dc1a983 commit 076257c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ span {
margin-right: 1rem;
}

.box-content p {
.box-content p a{
color: #007185;
text-decoration: underline;
}
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="box-content">
<h2>Clothes and more</h2>
<div class="box-image" style="background-image: url('./IMG/box1_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
<div class="box-2 box">
Expand All @@ -96,42 +96,42 @@ <h2>health and Personal care</h2>
<div class="box-content">
<h2>Home Decorations</h2>
<div class="box-image" style="background-image: url('./IMG/box3_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
<div class="box-4 box">
<div class="box-content">
<h2>Electronic items</h2>
<div class="box-image" style="background-image: url('./IMG/box4_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
<div class="box-5 box">
<div class="box-content">
<h2>Beauty Products</h2>
<div class="box-image" style="background-image: url('./IMG/box5_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
<div class="box-6 box">
<div class="box-content">
<h2>Pet Care Products</h2>
<div class="box-image" style="background-image: url('./IMG/box6_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
<div class="box-7 box">
<div class="box-content">
<h2>Toys and more</h2>
<div class="box-image" style="background-image: url('./IMG/box7_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
<div class="box-8 box">
<div class="box-content">
<h2>Fashion and more</h2>
<div class="box-image" style="background-image: url('./IMG/box8_image.jpg');"></div>
<p>see more</p>
<p><a href="index_2.html">see more</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 076257c

Please sign in to comment.