modif footer + ajustement sur le text

This commit is contained in:
bastien 2023-05-25 12:57:03 +02:00
parent be26e912e8
commit a30df23a86
2 changed files with 20 additions and 9 deletions

View File

@ -1,3 +1,6 @@
main {
margin-left: 20px;
}
:root{
--white: #f9f9f9;
@ -134,8 +137,6 @@ nav ul{
}
}
body {
background-color: #1c1e20;
color: #cdcdcd;
@ -151,14 +152,22 @@ h2,h3 {
background-color: #4D4D4D
}
p {
font-size: 18px;
}
a.external {
color: #8ae717
}
footer {
padding: 3px;
border: skyblue;
border-style: solid double none;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin-top: 70px;
height: 40px;
color: white;
font-size: 16px;
background-color: #52575e;
}

View File

@ -51,8 +51,10 @@
</ul>
</nav>
</header>
<main>
<section>
<h2 id="Terminal" style="margin-top: 130px;">Terminal</h2>
<h2 id="Terminal" style="margin-top: 130px;">Terminal</h2>
<section>
<h3>Raccourcis clavier</h3>
@ -296,10 +298,10 @@
<li><p>DISPLAY:0.0 = Redirection sur une autre interface graphique(ssh) </p></li>
</ul>
</section>
</main>
<div class="footer">
<footer>
Agreugreu est désormais là pour vous.
<strong>Agreugreu est désormais là pour vous.</string>
</footer>
</div>
</body>