diff --git a/inc/debut.php b/inc/debut.php index cfea066..c856ff9 100755 --- a/inc/debut.php +++ b/inc/debut.php @@ -30,11 +30,11 @@ function head($adresse) { - -
+
+ -
- + +
diff --git a/style.less b/style.less index f22db31..d9dc974 100755 --- a/style.less +++ b/style.less @@ -314,18 +314,7 @@ footer { /* ----------------------- HEADER ------------------------ */ -a[href="."] { - display: flex; - justify-content: center; -} - -#pres { - display: flex; - justify-content: center; - text-align: center; -} - -header { +#header { margin: 0px; width: 50%; border: 3px white solid; @@ -336,16 +325,28 @@ header { display: flex; justify-content: center; padding: 30px; +} + +#pres { + display: flex; + justify-content: center; + text-align: center; +} + +header { + display: flex; + justify-content: center; + } -header:active { +#header:active { box-shadow: 2px 2px 3px white inset; } -header:hover { +#header:hover { background-color: @fond-option-hover; transition: all 0.2s ease-in-out; color: @couleur-lien !important;