diff --git a/agreugreu.css b/agreugreu.css index 0170470..a03d38d 100755 --- a/agreugreu.css +++ b/agreugreu.css @@ -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; } diff --git a/index.html b/index.html index ff235f3..06b9921 100755 --- a/index.html +++ b/index.html @@ -51,8 +51,10 @@ + +
-

Terminal

+

Terminal

Raccourcis clavier

@@ -296,10 +298,10 @@
  • DISPLAY:0.0 = Redirection sur une autre interface graphique(ssh)

  • - +