Skip to content

Commit

Permalink
Merge pull request #13 from Joy-Agrawal/PricingSectionCard
Browse files Browse the repository at this point in the history
Pricing card border issue fixed | #12
  • Loading branch information
anuragverma108 authored May 9, 2024
2 parents cf499e0 + 4418d42 commit ecdc7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,7 @@ body {
transition: var(--transition-2);
}

.pricing-card:is(:hover, :focus-within),
.pricing-card.bundle { box-shadow: var(--shadow-4); }
.pricing-card:is(:hover, :focus-within){ box-shadow: var(--shadow-4); }

.pricing-card:is(:hover, :focus-within) { transform: translateY(-10px); }

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h3 class="h3 card-title">Fresh Pages - New Releases</h3>
</li>

<li>
<div class="pricing-card bundle">
<div class="pricing-card">

<h3 class="h3 card-title">Timeless Classics - Aged Wonders</h3>

Expand All @@ -503,7 +503,7 @@ <h3 class="h3 card-title">Timeless Classics - Aged Wonders</h3>

</ul>

<button class="btn btn-primary">BUY NOW</button>
<button class="btn btn-secondary">BUY NOW</button>

</div>
</li>
Expand Down

0 comments on commit ecdc7b4

Please sign in to comment.