From a40cb575f972b2132c51788eb711470b5b15cfae Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:05:20 +0100 Subject: [PATCH] Cambio a h2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AƱadido un estilo distinto para los titulos h2 --- assets/css/main.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index b551ea5..5c4fabd 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -4,7 +4,7 @@ } /* Headers */ -h1, h2, h3, h4 { +h1, h3, h4 { color: #363636; text-transform: uppercase; margin: 0; @@ -15,6 +15,16 @@ h1, h2, h3, h4 { text-align: center; } +h2 { + color: #363636; + margin: 0; + padding: 0; + border: 0; + font-size: 90%; + vertical-align: baseline; + text-align: center; +} + /* Header */ .header { background-color: #1f2c3d; @@ -292,4 +302,4 @@ textarea { width: 100%; height: 80px; text-align: right; -} \ No newline at end of file +}