Spaces:
Running
Running
Promote version f57d469 to main
Browse filesPromoted commit f57d4690ba7298ac4cd9dc78ad7b6e0bd854f1c8 to main branch
- index.html +17 -18
index.html
CHANGED
|
@@ -12,9 +12,8 @@
|
|
| 12 |
box-sizing: border-box;
|
| 13 |
font-family: 'Tajawal', sans-serif;
|
| 14 |
font-weight: 900 !important;
|
| 15 |
-
color: #000;
|
| 16 |
}
|
| 17 |
-
@font-face {
|
| 18 |
font-family: 'Tajawal';
|
| 19 |
src: url('https://fonts.googleapis.com/css2?family=Tajawal:wght@900&display=swap');
|
| 20 |
}
|
|
@@ -23,16 +22,16 @@
|
|
| 23 |
100% { transform: rotate(360deg); }
|
| 24 |
}
|
| 25 |
body {
|
| 26 |
-
background-color: #
|
| 27 |
-
color: #
|
| 28 |
}
|
| 29 |
-
.logo {
|
| 30 |
font-family: 'Tajawal', sans-serif;
|
| 31 |
font-weight: 900;
|
| 32 |
font-size: 2.5rem;
|
| 33 |
color: transparent;
|
| 34 |
-
background: linear-gradient(45deg, #ff0000, #
|
| 35 |
-
background-size: 400% 400%;
|
| 36 |
-webkit-background-clip: text;
|
| 37 |
background-clip: text;
|
| 38 |
animation: gradient 5s ease infinite;
|
|
@@ -55,8 +54,8 @@ display: flex;
|
|
| 55 |
left: 0;
|
| 56 |
width: 100%;
|
| 57 |
height: 4px;
|
| 58 |
-
background: linear-gradient(90deg, #ff0000, #
|
| 59 |
-
background-size: 800% 800%;
|
| 60 |
animation: gradient 5s ease infinite;
|
| 61 |
border-radius: 10px;
|
| 62 |
}
|
|
@@ -66,8 +65,8 @@ background-size: 800% 800%;
|
|
| 66 |
100% { background-position: 0% 50%; }
|
| 67 |
}
|
| 68 |
.logo span {
|
| 69 |
-
background: linear-gradient(45deg, #
|
| 70 |
-
-webkit-background-clip: text;
|
| 71 |
background-clip: text;
|
| 72 |
color: transparent;
|
| 73 |
animation: gradient 3s ease infinite;
|
|
@@ -122,8 +121,8 @@ nav ul li {
|
|
| 122 |
font-size: 1.2rem;
|
| 123 |
text-shadow: 0 0 5px rgba(255,0,0,0.8);
|
| 124 |
transition: all 0.3s ease;
|
| 125 |
-
background: linear-gradient(45deg, #ff0000, #
|
| 126 |
-
background-size: 400% 400%;
|
| 127 |
-webkit-background-clip: text;
|
| 128 |
background-clip: text;
|
| 129 |
color: transparent;
|
|
@@ -269,13 +268,13 @@ footer {
|
|
| 269 |
<div class="hero-slide" style="background-image: url('https://huggingface.co/spaces/hotmemeh/deepsite-project/resolve/main/images/Untitled.png')"></div>
|
| 270 |
<div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2022/12/shoeroom_winter_collection.jpg')"></div>
|
| 271 |
</div>
|
| 272 |
-
<h1 style="font-weight: 900;
|
| 273 |
-
<p style="font-weight: 900; font-size: 3rem; color: #
|
| 274 |
</section>
|
| 275 |
<footer>
|
| 276 |
-
<p style="font-size: 1.
|
| 277 |
-
<p style="font-size:
|
| 278 |
-
<p style="font-size: 1.
|
| 279 |
</footer>
|
| 280 |
</body>
|
| 281 |
</html>
|
|
|
|
| 12 |
box-sizing: border-box;
|
| 13 |
font-family: 'Tajawal', sans-serif;
|
| 14 |
font-weight: 900 !important;
|
|
|
|
| 15 |
}
|
| 16 |
+
@font-face {
|
| 17 |
font-family: 'Tajawal';
|
| 18 |
src: url('https://fonts.googleapis.com/css2?family=Tajawal:wght@900&display=swap');
|
| 19 |
}
|
|
|
|
| 22 |
100% { transform: rotate(360deg); }
|
| 23 |
}
|
| 24 |
body {
|
| 25 |
+
background-color: #f8f8f8;
|
| 26 |
+
color: #333;
|
| 27 |
}
|
| 28 |
+
.logo {
|
| 29 |
font-family: 'Tajawal', sans-serif;
|
| 30 |
font-weight: 900;
|
| 31 |
font-size: 2.5rem;
|
| 32 |
color: transparent;
|
| 33 |
+
background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
|
| 34 |
+
background-size: 400% 400%;
|
| 35 |
-webkit-background-clip: text;
|
| 36 |
background-clip: text;
|
| 37 |
animation: gradient 5s ease infinite;
|
|
|
|
| 54 |
left: 0;
|
| 55 |
width: 100%;
|
| 56 |
height: 4px;
|
| 57 |
+
background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
|
| 58 |
+
background-size: 800% 800%;
|
| 59 |
animation: gradient 5s ease infinite;
|
| 60 |
border-radius: 10px;
|
| 61 |
}
|
|
|
|
| 65 |
100% { background-position: 0% 50%; }
|
| 66 |
}
|
| 67 |
.logo span {
|
| 68 |
+
background: linear-gradient(45deg, #ff6b6b, #feca57, #1dd1a1, #54a0ff);
|
| 69 |
+
-webkit-background-clip: text;
|
| 70 |
background-clip: text;
|
| 71 |
color: transparent;
|
| 72 |
animation: gradient 3s ease infinite;
|
|
|
|
| 121 |
font-size: 1.2rem;
|
| 122 |
text-shadow: 0 0 5px rgba(255,0,0,0.8);
|
| 123 |
transition: all 0.3s ease;
|
| 124 |
+
background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00);
|
| 125 |
+
background-size: 400% 400%;
|
| 126 |
-webkit-background-clip: text;
|
| 127 |
background-clip: text;
|
| 128 |
color: transparent;
|
|
|
|
| 268 |
<div class="hero-slide" style="background-image: url('https://huggingface.co/spaces/hotmemeh/deepsite-project/resolve/main/images/Untitled.png')"></div>
|
| 269 |
<div class="hero-slide" style="background-image: url('https://shoeroom.shoes/wp-content/uploads/2022/12/shoeroom_winter_collection.jpg')"></div>
|
| 270 |
</div>
|
| 271 |
+
<h1 style="font-weight: 900; text-shadow: 3px 3px 6px rgba(0,0,0,0.8); color: #000000; background: linear-gradient(45deg, #000000, #333333, #666666); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 5s ease infinite;">أحذية أنيقة لعالم أنيق</h1>
|
| 272 |
+
<p style="font-weight: 900; font-size: 3rem; color: #000000; text-shadow: 4px 4px 8px rgba(0,0,0,0.7); letter-spacing: 2px; line-height: 1.8; padding: 15px; border-left: 6px solid #ff0000; transform: perspective(500px) rotateX(10deg); background: linear-gradient(to right, #000000, #ff0000); -webkit-background-clip: text; background-clip: text; color: transparent;">اكتشف أحدث تشكيلات الأحذية لعام 2025 بأسعار تنافسية وجودة عالية</p>
|
| 273 |
</section>
|
| 274 |
<footer>
|
| 275 |
+
<p style="font-size: 1.2rem; background: linear-gradient(45deg, #ffffff, #ffcccc); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 5s ease infinite;">جميع الحقوق محفوظة © 2025 HER - متجر الأحذية المتميز</p>
|
| 276 |
+
<p style="font-size: 1.5rem; font-weight: 900; transform: perspective(500px) rotateX(10deg); text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 30px rgba(255,0,255,0.8); background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite; letter-spacing: 2px; padding: 10px; border-radius: 10px; display: inline-block; margin-top: 20px;">OWNER: AYV-WVLID</p>
|
| 277 |
+
<p style="font-size: 1.2rem; transform: perspective(500px) rotateX(10deg); text-shadow: 0 0 10px rgba(255,255,255,0.8), 0 0 20px rgba(255,0,255,0.7); background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite;">تطوير: 2025</p>
|
| 278 |
</footer>
|
| 279 |
</body>
|
| 280 |
</html>
|