Spaces:
Running
Running
export files to m e
Browse files- index.html +18 -17
index.html
CHANGED
|
@@ -12,8 +12,9 @@
|
|
| 12 |
box-sizing: border-box;
|
| 13 |
font-family: 'Tajawal', sans-serif;
|
| 14 |
font-weight: 900 !important;
|
|
|
|
| 15 |
}
|
| 16 |
-
|
| 17 |
font-family: 'Tajawal';
|
| 18 |
src: url('https://fonts.googleapis.com/css2?family=Tajawal:wght@900&display=swap');
|
| 19 |
}
|
|
@@ -22,16 +23,16 @@
|
|
| 22 |
100% { transform: rotate(360deg); }
|
| 23 |
}
|
| 24 |
body {
|
| 25 |
-
background-color: #
|
| 26 |
-
color: #
|
| 27 |
}
|
| 28 |
-
|
| 29 |
font-family: 'Tajawal', sans-serif;
|
| 30 |
font-weight: 900;
|
| 31 |
font-size: 2.5rem;
|
| 32 |
color: transparent;
|
| 33 |
-
background: linear-gradient(45deg, #ff0000, #
|
| 34 |
-
|
| 35 |
-webkit-background-clip: text;
|
| 36 |
background-clip: text;
|
| 37 |
animation: gradient 5s ease infinite;
|
|
@@ -54,8 +55,8 @@ display: flex;
|
|
| 54 |
left: 0;
|
| 55 |
width: 100%;
|
| 56 |
height: 4px;
|
| 57 |
-
background: linear-gradient(90deg, #ff0000, #
|
| 58 |
-
|
| 59 |
animation: gradient 5s ease infinite;
|
| 60 |
border-radius: 10px;
|
| 61 |
}
|
|
@@ -65,8 +66,8 @@ display: flex;
|
|
| 65 |
100% { background-position: 0% 50%; }
|
| 66 |
}
|
| 67 |
.logo span {
|
| 68 |
-
background: linear-gradient(45deg, #
|
| 69 |
-
|
| 70 |
background-clip: text;
|
| 71 |
color: transparent;
|
| 72 |
animation: gradient 3s ease infinite;
|
|
@@ -121,8 +122,8 @@ nav ul li {
|
|
| 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, #
|
| 125 |
-
|
| 126 |
-webkit-background-clip: text;
|
| 127 |
background-clip: text;
|
| 128 |
color: transparent;
|
|
@@ -268,13 +269,13 @@ footer {
|
|
| 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:
|
| 272 |
-
<p style="font-weight: 900; font-size: 3rem; color: #
|
| 273 |
</section>
|
| 274 |
<footer>
|
| 275 |
-
<p style="font-size: 1.
|
| 276 |
-
<p style="font-size:
|
| 277 |
-
<p style="font-size: 1.
|
| 278 |
</footer>
|
| 279 |
</body>
|
| 280 |
</html>
|
|
|
|
| 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 |
100% { transform: rotate(360deg); }
|
| 24 |
}
|
| 25 |
body {
|
| 26 |
+
background-color: #000;
|
| 27 |
+
color: #fff;
|
| 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, #000000, #ff0000, #000000, #ff0000);
|
| 35 |
+
background-size: 400% 400%;
|
| 36 |
-webkit-background-clip: text;
|
| 37 |
background-clip: text;
|
| 38 |
animation: gradient 5s ease infinite;
|
|
|
|
| 55 |
left: 0;
|
| 56 |
width: 100%;
|
| 57 |
height: 4px;
|
| 58 |
+
background: linear-gradient(90deg, #ff0000, #000000, #ff0000, #000000);
|
| 59 |
+
background-size: 800% 800%;
|
| 60 |
animation: gradient 5s ease infinite;
|
| 61 |
border-radius: 10px;
|
| 62 |
}
|
|
|
|
| 66 |
100% { background-position: 0% 50%; }
|
| 67 |
}
|
| 68 |
.logo span {
|
| 69 |
+
background: linear-gradient(45deg, #ff0000, #000000, #ff0000);
|
| 70 |
+
-webkit-background-clip: text;
|
| 71 |
background-clip: text;
|
| 72 |
color: transparent;
|
| 73 |
animation: gradient 3s ease infinite;
|
|
|
|
| 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, #000000, #ff0000);
|
| 126 |
+
background-size: 400% 400%;
|
| 127 |
-webkit-background-clip: text;
|
| 128 |
background-clip: text;
|
| 129 |
color: transparent;
|
|
|
|
| 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; font-size: 5rem; text-shadow: 0 0 20px #ff0000; color: #fff; background: linear-gradient(45deg, #ff0000, #000000, #ff0000); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite; transform: perspective(1000px) rotateX(20deg);">HER 2025</h1>
|
| 273 |
+
<p style="font-weight: 900; font-size: 3rem; color: #fff; text-shadow: 0 0 15px #ff0000; letter-spacing: 2px; line-height: 1.5; padding: 15px; border-bottom: 6px solid #ff0000; transform: perspective(1000px) rotateX(20deg); background: linear-gradient(to right, #ff0000, #000000, #ff0000); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite;">أحذية أنيقة لعالم أنيق 2025</p>
|
| 274 |
</section>
|
| 275 |
<footer>
|
| 276 |
+
<p style="font-size: 1.5rem; font-weight: 900; background: linear-gradient(45deg, #ff0000, #000000); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite; text-shadow: 0 0 10px #ff0000;">جميع الحقوق محفوظة © 2025 HER</p>
|
| 277 |
+
<p style="font-size: 2rem; font-weight: 900; transform: perspective(1000px) rotateX(20deg); text-shadow: 0 0 20px #ff0000, 0 0 40px #ff0000; background: linear-gradient(45deg, #ff0000, #000000, #ff0000); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 2s ease infinite; letter-spacing: 3px; padding: 15px; border: 3px solid #ff0000; display: inline-block; margin: 30px 0; box-shadow: 0 0 30px #ff0000;">OWNER: AYV-WVLID</p>
|
| 278 |
+
<p style="font-size: 1.5rem; transform: perspective(1000px) rotateX(20deg); text-shadow: 0 0 15px #ff0000; background: linear-gradient(45deg, #ff0000, #000000); -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradient 3s ease infinite; font-weight: 900;">AYV-WVLID © 2025</p>
|
| 279 |
</footer>
|
| 280 |
</body>
|
| 281 |
</html>
|