diff --git a/CSS/Main.css b/CSS/Main.css index 3906373..776be6f 100644 --- a/CSS/Main.css +++ b/CSS/Main.css @@ -12,8 +12,28 @@ hr { width: 100%; background: linear-gradient(to right, #25aae1, #16b468); border-width: 1em; + padding: 0.05em; +} +footer{ + align-items: center; + text-align: center; } +.mail, .tel{ + text-decoration: none; + color: inherit; +} +.mail:hover, .tel:hover{ + text-decoration: underline; + color: inherit; +} + +.Copyright{ + width: 25%; + margin: auto; + margin-top: 0.5em; + margin-bottom: 0.5em; +} .Glow ul { margin: 0; diff --git a/Views/Contact.html b/Views/Contact.html index 92e201b..1ba0bd8 100644 --- a/Views/Contact.html +++ b/Views/Contact.html @@ -7,7 +7,7 @@ -
Copyright © 2022 Merlin Gélinas
+