From 1d5b80398eba9f111b59bfb73f4433b8fce1616b Mon Sep 17 00:00:00 2001 From: "alexander.dales@etu.u-bordeaux.fr" Date: Tue, 14 Dec 2021 20:58:03 +0100 Subject: [PATCH] first commit --- agreugreu.css | 58 ++++++++++++ index.html | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 296 insertions(+) create mode 100644 agreugreu.css create mode 100644 index.html diff --git a/agreugreu.css b/agreugreu.css new file mode 100644 index 0000000..4f26e0e --- /dev/null +++ b/agreugreu.css @@ -0,0 +1,58 @@ +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 ul { + margin: 0; + padding: 0; + overflow: hidden; + list-style:none; + box-sizing: content-box; +} + +nav li { + float: left; + width: 25%; + 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; +} + +nav li a:hover { + background-color: coral; +} + +h2, h3 { + color: #ffc38a; +} + +.code { + background-color: #4D4D4D +} + +/*@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 new file mode 100644 index 0000000..717ef59 --- /dev/null +++ b/index.html @@ -0,0 +1,238 @@ + + + + agreugreu is here + + + + + + + + +

Terminal

+

Raccourcis clavier

+ +

Commandes utiles

+ + + + +

Fun commands

+ + + +

Vim

+ + +

Autre

+ + + + +