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