This commit is contained in:
Ghouar-Toussaint Rafael 2024-06-11 09:37:11 +02:00
parent edb5f8946b
commit 76ee11b085
2 changed files with 18 additions and 19 deletions

View File

@ -22,8 +22,6 @@ header nav {margin-left: auto;
header nav a {color : white; header nav a {color : white;
text-decoration: none;} text-decoration: none;}
footer{font-size: 23px;
text-align: right;}
p.html{font-size: 30px; p.html{font-size: 30px;
margin-left: 2%;} margin-left: 2%;}
@ -40,10 +38,6 @@ h2.nsi{text-align: center;
font-size: 170%; font-size: 170%;
margin-top: -1%} margin-top: -1%}
/*h3.nsi{font-size: 150%;
font-family: fantasy;
color: #9A5315;}*/
p.presentation{font-size: 165%; p.presentation{font-size: 165%;
margin-top: 85px; margin-top: 85px;
margin-left: 11%; margin-left: 11%;
@ -75,10 +69,13 @@ div.presentation a.btn:hover{color: white;
transition: 0.3s all;} 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;
}

View File

@ -22,20 +22,22 @@
<p style="margin-top:145px;"> <p style="margin-top:145px;">
<h1></h1> <h1>Presentation</h1>
</p> </p>
</div>
<footer>
<div class="licence"> <div class="licence">
<p style="margin-top:130px;"> Ces ressources sont publiées sous licence Creative Commons Attribution </p> <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> <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:rafael.ghouar-toussaint@etu.u-pec.fr">Rafaël Ghouar-Toussaint</a> ;
<p><strong>Auteur : </strong><a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a></p> <a href="mailto:alexis.hadjem-brancher@etu.u-pec.fr">Alexis Hadjem-Brancher</a> ;
<p><strong>Auteur : </strong><a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a></p> <a href="mailto:nicolas1.laurent@etu.u-pec.fr">Nicolas Laurent</a></p>
</div> </div>
</div>
<footer>
</footer> </footer>
</body> </body>
</html> </html>