From 4acfe0601af342ad8aabba16fdba85ad58c319b5 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 22 Aug 2022 00:02:16 +0200 Subject: =?UTF-8?q?A=C3=B1adidos=20algunos=20botones=2088x31=20a=20pie=20d?= =?UTF-8?q?e=20p=C3=A1gina.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index f79c443..e449697 100644 --- a/css/style.css +++ b/css/style.css @@ -25,7 +25,7 @@ h1 { font-variant: small-caps; text-align: center; - line-height: 1em; + line-height: 0.2em; font-size: 2em; } @@ -106,3 +106,25 @@ section { :focus { outline: 2px solid white; } + +.oldButtons { + margin: 0; + padding: 0; + text-align: center; +} + +/* No subrayado para que no aparezca una línea al lado de botones visitados. + * El selector :visited no funciona para quitar esta línea. + */ +.oldButtons a { + text-decoration: none; +} + +.oldButtons img { + width: 88px; + height: 31px; + margin: .2em; + border-radius: 0; + box-shadow: none; + background: white; +} -- cgit v1.2.1