Spaces:
Running
Running
Commit ·
af09340
1
Parent(s): 0e201ea
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -30,8 +30,8 @@
|
|
| 30 |
position: absolute;
|
| 31 |
top: 0;
|
| 32 |
left: 0;
|
| 33 |
-
width:
|
| 34 |
-
height:
|
| 35 |
background-color: rgba(255, 255, 255, 0.5);
|
| 36 |
pointer-events: none; /* Permite interactuar con elementos debajo */
|
| 37 |
}
|
|
|
|
| 30 |
position: absolute;
|
| 31 |
top: 0;
|
| 32 |
left: 0;
|
| 33 |
+
width: 640;
|
| 34 |
+
height: 480;
|
| 35 |
background-color: rgba(255, 255, 255, 0.5);
|
| 36 |
pointer-events: none; /* Permite interactuar con elementos debajo */
|
| 37 |
}
|