Skip to content

Commit

Permalink
some changes in product section
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilalochana committed Aug 12, 2024
1 parent b70529e commit b71bb72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ <h1 class="heading">latest <span>products</span></h1>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>

<div class="box">
<div class="box1">
<span class="discount">-15%</span>
<div class="image">
<img src="heartCard.png" alt="">
Expand All @@ -107,7 +107,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>

Expand All @@ -122,7 +122,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>

Expand All @@ -137,7 +137,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>

Expand All @@ -153,7 +153,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
Expand All @@ -170,7 +170,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
Expand All @@ -187,7 +187,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
Expand All @@ -205,7 +205,7 @@ <h3>b'day</h3>
</div>
</div>
<div class="content">
<h3>b'day</h3>
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ header {
border-radius: .5rem;
border: 1rem solid rgba(0, 0, 0, .1);
position: absolute;

width: 400px;
}

.products .box-container .box .discount {
Expand Down

0 comments on commit b71bb72

Please sign in to comment.