Spaces:
Running
Running
Add 2 files
Browse files- index.html +1 -1
- prompts.txt +2 -1
index.html
CHANGED
|
@@ -165,7 +165,7 @@
|
|
| 165 |
<video autoplay muted loop class="absolute w-full h-full object-cover">
|
| 166 |
<source src="https://assets.mixkit.co/videos/preview/mixkit-concrete-building-under-construction-31200-large.mp4" type="video/mp4">
|
| 167 |
</video>
|
| 168 |
-
<div class="
|
| 169 |
<h1 class="title-font text-6xl md:text-9xl mb-6 text-white">
|
| 170 |
<span class="glitch text-stroke" data-text="BRUTAL">BRUTAL</span> <span class="text-yellow-400">DESIGN</span>
|
| 171 |
</h1>
|
|
|
|
| 165 |
<video autoplay muted loop class="absolute w-full h-full object-cover">
|
| 166 |
<source src="https://assets.mixkit.co/videos/preview/mixkit-concrete-building-under-construction-31200-large.mp4" type="video/mp4">
|
| 167 |
</video>
|
| 168 |
+
<div class="max-w-6xl mx-auto px-6 relative z-10 text-center">
|
| 169 |
<h1 class="title-font text-6xl md:text-9xl mb-6 text-white">
|
| 170 |
<span class="glitch text-stroke" data-text="BRUTAL">BRUTAL</span> <span class="text-yellow-400">DESIGN</span>
|
| 171 |
</h1>
|
prompts.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
brutalist architecture agency website name: OOOral
|
| 2 |
-
add a glitch effect on the main section
|
|
|
|
|
|
| 1 |
brutalist architecture agency website name: OOOral
|
| 2 |
+
add a glitch effect on the main section
|
| 3 |
+
make the container 6xl max
|