From 5224cfe1783b2af68c813351cec719b6a371355c Mon Sep 17 00:00:00 2001 From: Lil-Carpi Date: Wed, 19 Nov 2025 11:44:01 +0100 Subject: [PATCH] =?UTF-8?q?modificaci=C3=B3=20del=20footer=20i=20modificac?= =?UTF-8?q?i=C3=B3=20menor=20al=20CSS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projecte-final/assets/css/style.css | 11 ++++++++--- projecte-final/indexSAD.html | 27 ++++++++------------------- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/projecte-final/assets/css/style.css b/projecte-final/assets/css/style.css index afb7531..8bca9eb 100644 --- a/projecte-final/assets/css/style.css +++ b/projecte-final/assets/css/style.css @@ -1,3 +1,5 @@ +/*=============INICIO DE ESTILOS DE PLANTILLA==============*/ + /*Reset básico: Eliminacion del padding y evita que el tamaño crezca por máargenes internos*/ * { @@ -138,13 +140,14 @@ body { display: flex; flex-wrap: wrap; + justify-content: center; } /*Cada columna del footer*/ .footerLinks { - width: 25%; - padding: 0 15px; + flex: 1 1 200px; + max-width: 300px; } /*Titulos de los bloques del footer*/ @@ -253,4 +256,6 @@ body padding-bottom: 30rem; max-width: 1200px; margin: 0 auto; -} \ No newline at end of file +} + +/*=============FINAL DE ESTILOS DE PLANTILLA==============*/ diff --git a/projecte-final/indexSAD.html b/projecte-final/indexSAD.html index bc67555..f5ecf95 100644 --- a/projecte-final/indexSAD.html +++ b/projecte-final/indexSAD.html @@ -39,30 +39,19 @@