Fazbeeer commited on
Commit
f23dd2b
·
verified ·
1 Parent(s): 83362fe

make it more brighter

Browse files
Files changed (2) hide show
  1. index.html +1 -1
  2. style.css +3 -3
index.html CHANGED
@@ -135,7 +135,7 @@
135
  </div>
136
  <div class="md:w-1/2 flex justify-center">
137
  <div class="vr-headset pulse-animation relative">
138
- <img src="https://huggingface.co/spaces/Fazbeeer/mindmaster-vr-arena-clone/resolve/main/images/Screen_Shot_2025-10-31_at_9.36.06_AM-removebg-preview%20(1).png" alt="VR Headset" class="rounded-lg shadow-2xl mx-auto w-full h-auto max-w-md object-contain glow-image">
139
  </div>
140
  </div>
141
  </div>
 
135
  </div>
136
  <div class="md:w-1/2 flex justify-center">
137
  <div class="vr-headset pulse-animation relative">
138
+ <img src="https://huggingface.co/spaces/Fazbeeer/mindmaster-vr-arena-clone/resolve/main/images/Screen_Shot_2025-10-31_at_9.36.06_AM-removebg-preview%20(1).png" alt="VR Headset" class="rounded-lg shadow-2xl mx-auto w-full h-auto max-w-md object-contain glow-image brightness-125 hover:brightness-150 transition-all duration-300">
139
  </div>
140
  </div>
141
  </div>
style.css CHANGED
@@ -195,12 +195,12 @@ margin-left: 8px;
195
  stroke-width: 2;
196
  }
197
  .glow-image {
198
- filter: drop-shadow(0 0 20px rgba(250, 204, 21, 0.8));
199
- transition: filter 0.3s ease;
200
  }
201
 
202
  .glow-image:hover {
203
- filter: drop-shadow(0 0 30px rgba(250, 204, 21, 1));
204
  }
205
  .feature-icon {
206
  width: 60px;
 
195
  stroke-width: 2;
196
  }
197
  .glow-image {
198
+ filter: drop-shadow(0 0 30px rgba(250, 204, 21, 1)) brightness(1.2);
199
+ transition: all 0.3s ease;
200
  }
201
 
202
  .glow-image:hover {
203
+ filter: drop-shadow(0 0 50px rgba(250, 204, 21, 1)) brightness(1.5);
204
  }
205
  .feature-icon {
206
  width: 60px;