Skip to content

Commit

Permalink
Edit Card
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Dec 25, 2024
1 parent 40d6089 commit e38fd12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ <h4>فلترة اللوحات</h4>
<div class="cardNew">
<div class="carInfo">
<img src="./images/b-Group.webp" alt="first_car" class="imgCar" />
<div class="card-para">
<p>AED 20.000</p>
<div class="card-para" style="background-color: #ffcf60; color: #575757;">
<p>Contact for price</p>
</div>

</div>
Expand Down Expand Up @@ -848,10 +848,10 @@ <h2>تفعيل الحساب</h2>
depth: 150,
modifier: 2.5,
},
autoplay: {
delay: 2000,
disableOnInteraction: false,
},
// autoplay: {
// delay: 2000,
// disableOnInteraction: false,
// },
breakpoints: {
300: {
slidesPerView: 1.1,
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ select option {
display: flex;
align-items: center;
justify-content: center;
padding-top: 15px;
}

.cars .cardNew .carInfo .featuresCar .pNew {
Expand Down

0 comments on commit e38fd12

Please sign in to comment.