master #2
|
@ -1,3 +1,6 @@
|
||||||
|
main {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
--white: #f9f9f9;
|
--white: #f9f9f9;
|
||||||
|
@ -134,8 +137,6 @@ nav ul{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #1c1e20;
|
background-color: #1c1e20;
|
||||||
color: #cdcdcd;
|
color: #cdcdcd;
|
||||||
|
@ -151,14 +152,22 @@ h2,h3 {
|
||||||
background-color: #4D4D4D
|
background-color: #4D4D4D
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
a.external {
|
a.external {
|
||||||
color: #8ae717
|
color: #8ae717
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding: 3px;
|
display: flex;
|
||||||
border: skyblue;
|
justify-content: center;
|
||||||
border-style: solid double none;
|
align-items: center;
|
||||||
text-align: center;
|
margin-top: 70px;
|
||||||
|
height: 40px;
|
||||||
|
color: white;
|
||||||
|
font-size: 16px;
|
||||||
|
background-color: #52575e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,8 +51,10 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h2 id="Terminal" style="margin-top: 130px;">Terminal</h2>
|
<h2 id="Terminal" style="margin-top: 130px;">Terminal</h2>
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<h3>Raccourcis clavier</h3>
|
<h3>Raccourcis clavier</h3>
|
||||||
|
@ -296,10 +298,10 @@
|
||||||
<li><p>DISPLAY:0.0 = Redirection sur une autre interface graphique(ssh) </p></li>
|
<li><p>DISPLAY:0.0 = Redirection sur une autre interface graphique(ssh) </p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
</main>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<footer>
|
<footer>
|
||||||
Agreugreu est désormais là pour vous.
|
<strong>Agreugreu est désormais là pour vous.</string>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue