From b9617d529bf776e9025f2e614d8695868a7c029a Mon Sep 17 00:00:00 2001 From: Alexander Dales Date: Thu, 16 Dec 2021 20:25:24 +0100 Subject: [PATCH] =?UTF-8?q?modif=20nav=20li=20->=20passage=20=C3=A0=205=20?= =?UTF-8?q?cat=C3=A9gorie=20au=20lieu=20de=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agreugreu.css | 114 +++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/agreugreu.css b/agreugreu.css index 4f26e0e..b6870e6 100644 --- a/agreugreu.css +++ b/agreugreu.css @@ -1,58 +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;} +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: 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; +} + +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