Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem-hassan2000 committed Feb 28, 2024
1 parent 2c5ffa7 commit 15f3b74
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 20 deletions.
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,8 @@ <h4>فلترة اللوحات</h4>
/>
</div>
</div>
<div class="contactCar">
<a href="https://wa.me/+201025474376">
<p>اتصل بنا</p>
<img src="./images/whatsapp.png" alt="whatsapp" />
</a>
<a href="https://wa.me/+201025474376">
<p>راسلنا واتساب</p>
<img src="./images/tel.png" alt="tel" />
</a>
<div class="sold">
<p>مباع</p>
</div>
</div>
<div class="cardNew">
Expand Down
11 changes: 2 additions & 9 deletions myArts.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,8 @@ <h4>لوحاتي</h4>
/>
</div>
</div>
<div class="contactCar">
<a href="https://wa.me/+201025474376">
<p>اتصل بنا</p>
<img src="./images/whatsapp.png" alt="whatsapp" />
</a>
<a href="https://wa.me/+201025474376">
<p>راسلنا واتساب</p>
<img src="./images/tel.png" alt="tel" />
</a>
<div class="sold ">
<p>مباع</p>
</div>
</div>
<div class="cardNew">
Expand Down
3 changes: 3 additions & 0 deletions numberDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ <h2>تاريخ الإنشاء </h2>
</div>

</div>
<div class="sold sold2">
<p>مباع</p>
</div>
<div class="contactCar">
<a href="https://wa.me/+201025474376">
<p>اتصل بنا</p>
Expand Down
29 changes: 27 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ select option {
flex-wrap: wrap;
}
.cars .cardNew {
padding: 8px 8px 14px;
padding: 8px 8px 8px;
background-color: white;
border-radius: 14px;
min-width: 360px;
Expand Down Expand Up @@ -987,7 +987,7 @@ select option {
width: 306px;
flex: 1;
min-width: 184px;
padding: 4px 4px 14px;
padding: 4px 4px 8px;
border-radius: 8px;
}

Expand Down Expand Up @@ -2050,4 +2050,29 @@ margin: 0;
}
.dateNumber .date2 p{
font-size: 12px !important;
}
.sold{
display: flex;
align-items: center;
justify-content: center;
background-color: #C82D24;
padding: 6px 12px;
width: 100%;
max-width: 400px;
margin: 2px auto;
border-radius: 4px;
min-height: 22px;
}
.sold p{
color: white;
font-size: 10px;
font-family: expofontBold;
margin: 0;
}
.sold2{
height: 48px;

}
.sold2 p{
font-size: 16px;
}

0 comments on commit 15f3b74

Please sign in to comment.