From c02b1cef6d995b23d50f504c29c9d67b1f8283ed Mon Sep 17 00:00:00 2001
From: David espinosa <104380606+davespser@users.noreply.github.com>
Date: Sat, 7 Dec 2024 10:00:15 +0100
Subject: [PATCH] Update index.html
---
index.html | 26 +++-----------------------
1 file changed, 3 insertions(+), 23 deletions(-)
diff --git a/index.html b/index.html
index 4f14dcdb..b21dd333 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,7 @@
Firebase + Three.js
- /* Contenedor del menú */
- .menu-item {
+ .menu-item {
background-color: #3498db;
clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
padding: 10px;
@@ -27,34 +26,15 @@
.hidden-input {
display: none;
}
- body {
- margin: 0;
- font-family: Arial, sans-serif;
- }
- .screen {
- display: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- color: #fff;
- }
- .active {
- display: block;
- }
-
+
-