Skip to content

Commit

Permalink
Al fitxer style.css hem afegit la part de H1 i els enllacos
Browse files Browse the repository at this point in the history
  • Loading branch information
GalinKalinovY committed Oct 15, 2020
1 parent e80a629 commit f6b54c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit f6b54c4

Please sign in to comment.