Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 4, 2024
1 parent 2468b38 commit 12dc977
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
12 changes: 6 additions & 6 deletions checkOut.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,17 @@ <h2 class="head_order">Order Summary</h2>
<ul class="myOrder">
<li>
<h3>Pizza Margherita </h3>
<h4>x2</h4>
<h4>2x</h4>
<h5>210 EGP</h5>
</li>
<li>
<h3>Beef Burger Sandwich</h3>
<h4>x1</h4>
<h4>1x</h4>
<h5>210 EGP</h5>
</li>
</ul>
<h3 class="titlePrice f-b">Price Summary</h3>
<ul class="priceOrder">
<li >
<h4 style="font-size: 16px;">Total amount</h4>
<h5 class="f-b" style="font-size: 16px;">638 EGP</h5>
</li>
<li>
<h4>Sub total</h4>
<h5>638 EGP</h5>
Expand All @@ -141,6 +137,10 @@ <h5>22 EGP</h5>
<h4>Discount</h4>
<h5 class="green">-25 EGP</h5>
</li>
<li >
<h4 style="font-size: 16px;">Total amount</h4>
<h5 class="f-b" style="font-size: 16px;">638 EGP</h5>
</li>
</ul>
<a href="checkOutDetails.html" class="btn_page notavtive">Place Order</a>
</div>
Expand Down
22 changes: 15 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ html[dir="rtl"] .menu .item {
justify-content: space-between;
gap: 10px;
margin-bottom: 10px;
cursor: pointer;
}
.menu .item .price_customize .part1 {
display: flex;
Expand Down Expand Up @@ -877,6 +878,7 @@ html[dir="rtl"]
width: 88%;
margin: auto;
position: relative;
font-size: 14px;
}
.mealModal .modal-footer a:hover {
border: 1px solid var(--main_color);
Expand Down Expand Up @@ -1074,7 +1076,7 @@ footer h1 a:hover {
color: var(--white_color);
}
footer .part h2 {
font-size: 14px;
font-size: 16px;
line-height: 18px;
}
footer .head p {
Expand All @@ -1083,7 +1085,7 @@ footer .head p {
max-width: 386px;
}
footer .part .contact2 p {
font-size: 16px;
font-size: 14px;
line-height: 21px;
color: #ffffff;
}
Expand All @@ -1093,7 +1095,7 @@ footer .part .links {
gap: 16px;
}
footer .part .links a {
text-decoration: underline;
/* text-decoration: underline; */
color: var(--white_color);
}
footer .part .links a:hover {
Expand Down Expand Up @@ -1195,7 +1197,7 @@ footer .copy .links_social img {
}
.menuCart {
display: flex;
justify-content: center;
justify-content: space-around;
gap: 10px;
}
.cart {
Expand Down Expand Up @@ -1412,7 +1414,7 @@ footer .copy .links_social img {
align-items: center;
}
.cart {
min-width: 424px;
min-width: 352px;
}
}
/*===========================================================end page menu=====================================*/
Expand Down Expand Up @@ -1490,6 +1492,7 @@ footer .copy .links_social img {
display: flex;
align-items: center;
gap: 4px;
cursor: pointer;
}
.carts .items .item .parts .part1 .customize p {
font-size: 16px;
Expand Down Expand Up @@ -1599,7 +1602,7 @@ html[dir="rtl"] .carts .items .item .parts .part1 .customize img {
justify-content: space-between;
}
.carts .orderSummary ul li:first-of-type,
.orderSummary .priceOrder li:first-of-type {
.orderSummary .priceOrder li:nth-last-child(2) {
padding-bottom: 12px;
border-bottom: 1px solid #f4f4f4;
}
Expand Down Expand Up @@ -1627,7 +1630,7 @@ html[dir="rtl"] .carts .items .item .parts .part1 .customize img {
color: #157e0c !important;
}
@media (max-width: 992px) {
.carts .items_order {
.carts .items_orders {
flex-direction: column;
}
.orderSummary {
Expand Down Expand Up @@ -2761,5 +2764,10 @@ html[dir="ltr"] .addressSave .my_address .delet_edit {
.registration .input {
max-width: 100%;
}
.registration .title2 {
font-size: 25px;
display: flex;
justify-content: center;
}
}
/*===========================================================end registration====================================*/
7 changes: 5 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 style=" margin-bottom: 36px;" class="title1">Log in to your account</h2>
<span></span>
</div>
<div class="part2">
<ul>
<!-- <ul>
<li>
<a href="#">
<img src="./images/Facebook_link.webp" alt="Facebook">
Expand All @@ -105,7 +105,10 @@ <h2 style=" margin-bottom: 36px;" class="title1">Log in to your account</h2>
<p>Log In With Twitter</p>
</a>
</li>
</ul>
</ul> -->
<h2 style="margin-bottom: 36px;" class="title1 title2">
Join us and enjoy our offers
</h2>
<a href="signUp.html" class="btn_page2">Create a new account</a>
</div>

Expand Down

0 comments on commit 12dc977

Please sign in to comment.