From d232343591fb3da49c0ead453b53898ecee26379 Mon Sep 17 00:00:00 2001 From: DanieruOtakuBoy <130202303+DanieruOtakuBoy@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:52:00 -0400 Subject: [PATCH] Update index.html --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b652e2f..15a8ce7 100644 --- a/index.html +++ b/index.html @@ -60,9 +60,7 @@ width: 96%; /* Ancho del contenedor */ overflow-x: auto; /* Permitir desplazamiento horizontal */ white-space: nowrap; /* Evitar que el contenido se divida en varias líneas */ - border: 1px solid #ccc; /* Borde del contenedor */ padding: 10px; /* Espaciado interno */ - background-color: white; /* Fondo blanco */ overflow-x: auto; /* Permitir desplazamiento horizontal */ } .titulo { @@ -75,6 +73,9 @@ width: 300px; /* Ancho de cada video */ height: 169px; /* Altura de cada video (relación 16:9) */ margin-right: 10px; /* Espaciado entre videos */ + } + .barra { + display: inline-block; /* Mostrar elementos en línea */ border: none; /* Sin borde */ } .iframe { @@ -129,10 +130,10 @@