From d8b3830441fa02dd12326007e9b0235e3809bbd2 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 12 Aug 2022 20:16:30 +0200 Subject: =?UTF-8?q?Actualizada=20p=C3=A1gina=20principal.=20A=C3=B1adida?= =?UTF-8?q?=20escalada.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index b87b4f2..badbfe7 100644 --- a/css/style.css +++ b/css/style.css @@ -71,13 +71,12 @@ p { } img { - margin: 10px 50px 40px; + margin: 15px 50px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .column { display: grid; - float: right; } .odd { @@ -88,6 +87,12 @@ img { float: right; } +.final { + display: block; + margin: auto; + text-align: center; +} + section { overflow: auto; margin: 60px 0 20px; -- cgit v1.2.1