From afc4729b411973840f46c93d3e156d477fb7a5ef Mon Sep 17 00:00:00 2001 From: AldairN Date: Mon, 19 Aug 2024 20:54:44 -0600 Subject: [PATCH] cambios en el background de css --- assets/css/main.css | 4 ++-- index.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 8086a37..217e93b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -566,7 +566,7 @@ Hero } #hero:before { content: ""; - background: rgba(255, 255, 255, 0.3); + background: rgba(0, 0, 0, 0.13); position: absolute; bottom: 0; top: 0; @@ -595,7 +595,7 @@ Hero padding: 4px; } #hero .icon-box { - padding: ; + padding: 1; transition: ease-in-out 0.3s; border: 1px solid rgba(255, 255, 255, 0.3); text-align: center; diff --git a/index.html b/index.html index f595771..19417e1 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,9 @@ ...