Skip to content

Commit

Permalink
edit price
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 5, 2024
1 parent 41328a2 commit a2724de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3488,9 +3488,16 @@ html[dir="rtl"] .card-description {
}

.card-content p {
display: none;
position: absolute;
left: 73%;
top: 44px;
}

.card-content .secondP{
top: 99px;
}


.card-title {
display: flex;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ <h5 class="new-price">18800</h5>
<h6>EGP</h6>
</div>
</div>
<p>23600</p>
<p class="secondP">23600</p>
<span>12 Months - 48 LIve Sessions</span>
</div>
<div class="divide_price"></div>
Expand Down

0 comments on commit a2724de

Please sign in to comment.