diff --git a/css/main.css b/css/main.css index 63bb493..501f1e9 100755 --- a/css/main.css +++ b/css/main.css @@ -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;