From e53dc192dca34c00c1795dec9f7238b75eaf4828 Mon Sep 17 00:00:00 2001 From: hankimura Date: Sun, 13 Apr 2025 19:06:03 -0400 Subject: [PATCH] fix: se corrije el nombre principal del nav --- assets/css/estilos.css | 6 ++++++ index.html | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/css/estilos.css b/assets/css/estilos.css index dc713cd23..cd341fe33 100644 --- a/assets/css/estilos.css +++ b/assets/css/estilos.css @@ -1,3 +1,9 @@ +.container > a{ + color: white; + text-decoration: none; + font-size: 30px; + +} body { font-family: "Raleway", sans-serif; } diff --git a/index.html b/index.html index d96ee5a64..c8cdc23ce 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,7 @@