modif footer + ajustement sur le text
This commit is contained in:
parent
be26e912e8
commit
a30df23a86
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue