Changement de style
This commit is contained in:
parent
e68929ea7e
commit
440a4efce8
10
CSS/Main.css
10
CSS/Main.css
@ -23,6 +23,11 @@ footer{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dessous_titre{
|
||||||
|
width: 30%;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 3em;
|
||||||
|
}
|
||||||
.mail, .tel{
|
.mail, .tel{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@ -31,7 +36,10 @@ footer{
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
.contact{
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
.Copyright{
|
.Copyright{
|
||||||
width: 25%;
|
width: 25%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
@ -19,12 +19,12 @@
|
|||||||
<div class="row GradientBorder" style="text-align: center;">
|
<div class="row GradientBorder" style="text-align: center;">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h1>Me contacter</h1>
|
<h1>Me contacter</h1>
|
||||||
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
|
<hr class="dessous_titre"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>Vous pouvez me contacter par téléphone et par courrier électronique<br></p>
|
<p>Vous pouvez me contacter par téléphone et par courrier électronique<br></p>
|
||||||
<i class="fa fa-phone" aria-hidden="true" style="margin-bottom: 0.2em; font-size: 2em;"><a href="tel:+4502780433" class="tel" style="font-family: JetBrains_Mono;">(450)278-0433</a></i>
|
<i class="fa fa-phone contact" aria-hidden="true"><a href="tel:+4502780433" class="tel" style="font-family: JetBrains_Mono;">(450)278-0433</a></i>
|
||||||
<i class="fa fa-envelope" aria-hidden="true"style="margin-bottom: 0.2em; font-size: 2em;"> <a href="mailto:merlinge@tutanota.com" class="mail" style="font-family: JetBrains_Mono;">merlinge@tutanota.com</a></i>
|
<i class="fa fa-envelope contact" aria-hidden="true"> <a href="mailto:merlinge@tutanota.com" class="mail" style="font-family: JetBrains_Mono;">merlinge@tutanota.com</a></i>
|
||||||
<p style="font-size: 0.6em;"><br><br><br>**Prévoir de 3 à 5 jours ouvrables pour recevoir une réponse**</p>
|
<p style="font-size: 0.6em;"><br><br><br>**Prévoir de 3 à 5 jours ouvrables pour recevoir une réponse**</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<div class="row GradientBorder">
|
<div class="row GradientBorder">
|
||||||
<div class="row" style="text-align: center;">
|
<div class="row" style="text-align: center;">
|
||||||
<h1>Mes objectifs</h1>
|
<h1>Mes objectifs</h1>
|
||||||
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
|
<hr class="dessous_titre"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id="footer"></div>
|
<div class="row" id="footer"></div>
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<div class="row GradientBorder">
|
<div class="row GradientBorder">
|
||||||
<div class="row" style="text-align: center;">
|
<div class="row" style="text-align: center;">
|
||||||
<h1>Mes projets</h1>
|
<h1>Mes projets</h1>
|
||||||
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
|
<hr class="dessous_titre"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id="footer"></div>
|
<div class="row" id="footer"></div>
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<div class="row GradientBorder">
|
<div class="row GradientBorder">
|
||||||
<div class="row" style="text-align: center;">
|
<div class="row" style="text-align: center;">
|
||||||
<h1>Technologies</h1>
|
<h1>Technologies</h1>
|
||||||
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
|
<hr class="dessous_titre"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id="footer"></div>
|
<div class="row" id="footer"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user