From f6b54c47e95e7888e54e9cdc60d26d4ed7ea1959 Mon Sep 17 00:00:00 2001 From: GalinKalinovY Date: Thu, 15 Oct 2020 17:23:04 +0200 Subject: [PATCH] Al fitxer style.css hem afegit la part de H1 i els enllacos --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index be65707..6625bff 100644 --- a/style.css +++ b/style.css @@ -38,3 +38,17 @@ //border-top: 1px dotted #000; background:#fff; } + h1 { + font: 32pt Helvetica,"Helvetica neue", Arial, sans-serif; + text-align: center; + text-transform: uppercase; + color: #000; + padding-top: 30px ; + text-shadow: 1px 1px 2px #fff; + } + a:hover { + border-bottom:1px dotted #d2543c; + } + a img { + border:none; + }