From 4a9031421befa6e61a2e3f731414f4288d68839d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merlin=20G=C3=A9linas?= <2133206@etu.cegepsth.qc.ca> Date: Sat, 11 Jun 2022 15:44:46 -0400 Subject: [PATCH] Travail sur le footer --- CSS/Main.css | 20 ++++++++++++++++++++ Views/Contact.html | 2 +- Views/Objectif.html | 2 +- Views/Portfolio.html | 2 +- index.html | 10 ++++++++++ 5 files changed, 33 insertions(+), 3 deletions(-) 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 @@ - Mon portfolio + Me contacter diff --git a/Views/Objectif.html b/Views/Objectif.html index 92e201b..627db1a 100644 --- a/Views/Objectif.html +++ b/Views/Objectif.html @@ -7,7 +7,7 @@ - Mon portfolio + Mes objectifs diff --git a/Views/Portfolio.html b/Views/Portfolio.html index 92e201b..beac2e0 100644 --- a/Views/Portfolio.html +++ b/Views/Portfolio.html @@ -7,7 +7,7 @@ - Mon portfolio + Mes projets diff --git a/index.html b/index.html index fb97008..99c2abe 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,16 @@ +
+ + (450)847-4936 + + merlinge@tutanota.com +
+ +
+

Copyright © 2022 Merlin Gélinas

+