Skip to content

Commit

Permalink
solved bugs in the pro card ID
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcelestino committed Oct 22, 2023
1 parent 0f12445 commit 86f84cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion princing.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>princing</h2>
<div class="pricing__tab">
<ul>
<li class="trigger active" data-id="basic">Basic</li>
<li class="trigger" data-id="Pro">Pro</li>
<li class="trigger" data-id="pro">Pro</li>
<li class="trigger" data-id="business">Business</li>
</ul>
<div class="tab__cards">
Expand All @@ -67,12 +67,14 @@ <h5>Basic</h5>
<p>For individuals and small teams</p>
<a class="card__btn" href="">Get started with basic</a>
</div>

<div id="pro" class="content card ">
<h5>Pro</h5>
<p>$<span>19</span>/month</p>
<p>For startups and growing business</p>
<a class="card__btn href="">Get started with basic</a>
</div>

<div id="business" class="content card">
<h5>Business</h5>
<p>$<span>99</span>/month</p>
Expand Down

0 comments on commit 86f84cb

Please sign in to comment.