Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 6, 2024
1 parent f2d3023 commit 141054a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 91 deletions.
66 changes: 11 additions & 55 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,7 @@ ul {

.navbar .content .navbar-nave {
display: flex;
margin-top: 40px;
}

.navbar .content .navbar-nave li img {
Expand Down Expand Up @@ -1930,6 +1931,7 @@ ul {
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
margin-top: 40px;
}

.navbar .content .links-contain li {
Expand Down Expand Up @@ -4167,7 +4169,7 @@ footer .content .brand-name img {

footer .content p {
color: #000000;
font-size: 20px;
font-size: 16px;
font-weight: 600;
line-height: 1.8rem;
margin: 20px 0px;
Expand Down Expand Up @@ -4209,7 +4211,7 @@ footer .content .socail-media li a:hover img {
}

footer .content h1 {
font-size: 24px;
font-size: 20px;
font-weight: 600;
color: #000000;
padding-right: 20px;
Expand Down Expand Up @@ -4243,8 +4245,7 @@ footer .content .links-contain .links li:last-child {

footer .content .links-contain .links li a {
color: #000;
font-size: 20px;
font-weight: 600;
font-size: 16px;
}

footer .content .links-contain .links li a:hover {
Expand Down Expand Up @@ -4977,50 +4978,6 @@ footer .copyrigths .payment {
z-index: 20;
}

.first-barContent {
display: flex;
align-items: center;
gap: 27px;
padding-top: 15px;
}

.first-barContent p {
display: flex;
align-items: center;
gap: 7px;
color: white;
}

.currency-dropdown {
position: relative;
display: inline-block;
}

#currency-toggle {
cursor: pointer;
}

.dropdown-content {
display: none;
position: absolute;
background-color: white;
min-width: 100px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
z-index: 9999;
left: 5%;
}

.dropdown-content p {
padding: 8px 12px;
margin: 0;
cursor: pointer;
color: black;
}

.dropdown-content p:hover {
background-color: #f1f1f1;
}

.offer {
display: flex;
justify-content: space-around;
Expand Down Expand Up @@ -5058,6 +5015,7 @@ footer .copyrigths .payment {
display: flex;
justify-content: start;
background: #444144;
padding: 8px 0;
}

.thirdBar ul {
Expand Down Expand Up @@ -5097,7 +5055,7 @@ footer .copyrigths .payment {
gap: 10px;
}

@media (max-width: 768px) {
@media (max-width: 1000px) {
.shopping .dept-products {
grid-template-columns: repeat(3, 1fr);
}
Expand Down Expand Up @@ -5161,12 +5119,12 @@ footer .copyrigths .payment {
}

.general-section .heading h1 {
font-size: 36px;
font-size: 24px;
font-weight: 600;
}

.general-section .heading p {
font-size: 24px;
font-size: 16px;
color: #800000;
font-weight: 600;
}
Expand All @@ -5186,12 +5144,9 @@ footer .copyrigths .payment {
}

@media (max-width: 999px) {
.first-bar {
display: none !important;
}

.navbar .content .navbar-nave {
order: 1;
margin-top: 20px;
}

.offer {
Expand Down Expand Up @@ -5273,6 +5228,7 @@ footer .copyrigths .payment {
}
.navbar .hamburger {
display: block !important;
margin-top: 20px;
}
.navbar.scrolled .navbar-nav {
top: 70px !important;
Expand Down
36 changes: 1 addition & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,6 @@
</head>
<body>

<div class="first-bar" style="background-color: gray;">
<div class="container">
<div class="first-barContent">
<p>
<img src="./assets/images/newUSer.svg" alt="User">
مستخدم جديد
</p>
<p>
<img src="./assets/images/navLogout.svg" alt="login">
تسجيل الدخول
</p>
<p>
<img src="./assets/images/lang.svg" alt="lang">
English
</p>
<section class="currency-dropdown">
<p id="currency-toggle">
<img src="./assets/images/flag.svg" alt="login" />
AED
<img src="./assets/images/dropdown.svg" alt="Dropdown">
</p>
<div class="dropdown-content" id="currency-options">
<p>USD</p>
<p>EUR</p>
<p>GBP</p>
<p>AED</p>
</div>
</section>


</div>
</div>
</div>

<div class="offer">
<div class="container" style="justify-content: space-between;">
<p class="flagIcon">
Expand Down Expand Up @@ -868,7 +834,7 @@ <h1>
</div>
</div>
<div class="lastText">
<p style="font-size: 20px; font-weight: 600; margin-bottom: 9px; margin-top: 64px; color: #000000;">
<p style="font-size: 16px; font-weight: 600; margin-bottom: 9px; margin-top: 64px; color: #000000;">
2024 جميع الحقوق محفوظة لـ Marvelous Emotion
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="row">
<div class="col-lg-5 col-12">
<div class="contain">
<img src="assets/images/logo.png" alt="">
<img src="assets/images/footer-logo.svg" alt="Logo">

<h1>
اسم الموقع
Expand Down

0 comments on commit 141054a

Please sign in to comment.