modif
This commit is contained in:
parent
edb5f8946b
commit
76ee11b085
@ -22,8 +22,6 @@ header nav {margin-left: auto;
|
||||
header nav a {color : white;
|
||||
text-decoration: none;}
|
||||
|
||||
footer{font-size: 23px;
|
||||
text-align: right;}
|
||||
|
||||
p.html{font-size: 30px;
|
||||
margin-left: 2%;}
|
||||
@ -40,10 +38,6 @@ h2.nsi{text-align: center;
|
||||
font-size: 170%;
|
||||
margin-top: -1%}
|
||||
|
||||
/*h3.nsi{font-size: 150%;
|
||||
font-family: fantasy;
|
||||
color: #9A5315;}*/
|
||||
|
||||
p.presentation{font-size: 165%;
|
||||
margin-top: 85px;
|
||||
margin-left: 11%;
|
||||
@ -75,10 +69,13 @@ div.presentation a.btn:hover{color: white;
|
||||
transition: 0.3s all;}
|
||||
|
||||
|
||||
/*Pour les pages projets et Cours :*/
|
||||
|
||||
table.nom{font-size: 25px}
|
||||
|
||||
p.presentation1{margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
text-align: justify;}
|
||||
|
||||
|
||||
footer {font-size: 23px;
|
||||
background-color: #000000;
|
||||
color: #fff;
|
||||
padding: 10px 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
18
index.html
18
index.html
@ -22,20 +22,22 @@
|
||||
|
||||
|
||||
<p style="margin-top:145px;">
|
||||
<h1></h1>
|
||||
<h1>Presentation</h1>
|
||||
</p>
|
||||
|
||||
<div class="licence">
|
||||
<p style="margin-top:130px;"> Ces ressources sont publiées sous licence Creative Commons Attribution </p>
|
||||
<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank"><img alt="Licence CC Attribution" src="img/cc.png" /></a>
|
||||
<p><strong>Auteur : </strong><a href="mailto:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël GHOUAR-TOUSSAINT</a></p>
|
||||
<p><strong>Auteur : </strong><a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a></p>
|
||||
<p><strong>Auteur : </strong><a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a></p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="licence">
|
||||
<p style="margin-top:130px;"> Ces ressources sont publiées sous licence Creative Commons Attribution </p>
|
||||
<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank"><img alt="Licence CC Attribution" src="img/cc.png" /></a>
|
||||
<p><strong>Auteur : </strong><a href="mailto:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël Ghouar-Toussaint</a> ;
|
||||
<a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a> ;
|
||||
<a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user