Soulignement des liens

This commit is contained in:
Miraty 2018-09-01 10:29:52 +02:00
parent 738e5e20fc
commit 926a272dff
1 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,3 @@
/*@import url(font-awesome.min.css); Pour les icônes */
/* ========================= Début de mon code CSS rajouté ============================= */ /* ========================= Début de mon code CSS rajouté ============================= */
html { html {
@ -15,10 +13,22 @@ html {
} }
a:link { a:link {
text-decoration: underline;
}
nav a:link {
text-decoration: none; text-decoration: none;
} }
.button:link {
text-decoration: none;
}
.pub-carree-bloc { .pub-carree-bloc {
display: flex; display: flex;
text-align: center; text-align: center;