diff --git a/agreugreu.css b/agreugreu.css index b6870e6..c133572 100644 --- a/agreugreu.css +++ b/agreugreu.css @@ -1,58 +1,66 @@ -body{ - margin-top: 50px; - background-color: #1c1e20; - color: #cdcdcd; +body { + margin-top: 50px; + background-color: #1c1e20; + color: #cdcdcd; font-family: arial; - } -nav{ - position: fixed; - top:0; - left:0; - width: 100%; - font-family: verdana; +nav { + position: fixed; + top: 0; + left: 0; + width: 100%; + font-family: verdana; } nav ul { - margin: 0; - padding: 0; - overflow: hidden; - list-style:none; - box-sizing: content-box; + margin: 0; + padding: 0; + overflow: hidden; + list-style: none; + box-sizing: content-box; } nav li { - float: left; - width: 20%; - box-sizing: border-box; - border: 5px solid #4D4D4D; - border-right: none; - background-color: #290e05; + float: left; + width: 20%; + box-sizing: border-box; + border: 5px solid #4D4D4D; + border-right: none; + background-color: #290e05; } - nav li a { - display:block; - text-decoration: none; - text-align: center; - font-weight: bold; - font-size: 15px; - color: powderblue; + display: block; + text-decoration: none; + text-align: center; + font-weight: bold; + font-size: 15px; + color: powderblue; } nav li a:hover { - background-color: coral; + background-color: coral; } -h2, h3 { - color: #ffc38a; +h2, +h3 { + color: #ffc38a; } .code { background-color: #4D4D4D } +a.external { + color: #8ae717 +} + +a.external:visited { + color: #b52cad +} + + /*@media screen and (max-widht: 600px) { nav, nav ul, nav ul li {display: none;} }*/ \ No newline at end of file diff --git a/index.html b/index.html index 850a893..7f1190f 100644 --- a/index.html +++ b/index.html @@ -1,127 +1,134 @@ + - agreugreu is here - - - - + agreugreu is here + + + + + - - -

Terminal

-

Raccourcis clavier

- -

Commandes utiles

- - - -

Vim

- - - -

Git

- - -

Fun commands

- - +

Vim

+ -

Autre

- +

Git

+ + +

Fun commands

+ + + + +

Autre

+ - + + \ No newline at end of file