From 7fc670455cf01d5cda8708bfcb75079033a591d4 Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:37:50 +0100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 63e200ca..d64bd741 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ width: 30%; height: 90%; clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%); - background: rgba(0, 0, 0, 0.8); /* Mantener el fondo oscuro */ + background: linear-gradient(to top, #808080, #000000);/* Mantener el fondo oscuro */ padding: 20px; box-sizing: border-box; flex-direction: column;