@ -134,5 +134,10 @@
</div>
<footer>
<p>Auteur: Alexandre Agostinho (TP1)</p>
<p><a href="mailto:alexandre.agostinho@etu.uca.fr">alexandre.agostinho@etu.uca.fr</a></p>
</footer>
</body>
</html>
@ -137,6 +137,27 @@ article {
color: black;
}
/* FOOTER ---------------------------------------------------*/
footer {
background-color: darkgray;
padding: 0;
margin: 0;
position: sticky;
bottom: 0px;
footer p {
display: inline;
text-align: right;
padding-inline: 5px;
footer a {
text-decoration: none;
/* RESPONSIVE -----------------------------------------------------*/