diff --git a/SwichGIT/src/css/PartieGame.css b/SwichGIT/src/css/PartieGame.css index 3e65597..013774c 100644 --- a/SwichGIT/src/css/PartieGame.css +++ b/SwichGIT/src/css/PartieGame.css @@ -9,6 +9,18 @@ display: flex; } +/*Partie Menu du haut*/ +.menu{ + align-items: center; + justify-content: center; +} + +.divmenu { + width: 10vw; + height: inherit; + margin-right: 1vw; +} + .retourstp { position: absolute; } @@ -19,23 +31,19 @@ } #affPoints { - position: absolute; text-align: center; font-family: Montserrat, impact, Arial Black; - font-size: 2.5vw; - margin-top: 1%; - margin-left: 28vw; + font-size: 2vw; + margin-top: 1.2vw; color: var(--lightsedonca); } #affSolution { - position: absolute; text-align: center; font-family: Montserrat, impact, Arial Black; font-size: 2.5vw; - margin-top: 40vw; - margin-left: 14vw; color: var(--lightsedonca); + width: inherit; } #textjouer2 { diff --git a/SwichGIT/src/css/desktops.css b/SwichGIT/src/css/desktops.css index a747917..6eeda9c 100644 --- a/SwichGIT/src/css/desktops.css +++ b/SwichGIT/src/css/desktops.css @@ -8,9 +8,30 @@ /*===========================================*/ - + .logoboutton{ + font-size: 2vw; + color: var(--lightprima); + margin: 0.25vw; + } /*Externe*/ + .bouttonMenuHaut{ + height: 4vw; + width: 4vw; + background-color: var(--lightsedonca); + border-radius: 50%; + margin: 0 auto; + margin-top: 0.45vw; + position: relative; + display: block; + } + + .containButtonForm{ + height: 2.5vw; + width: 2.5vw; + margin: 0.75vw; + position: absolute; + } .buttonretour { position: relative; @@ -52,15 +73,14 @@ overflow-x: auto; display: flex; flex-wrap: wrap; - padding-left: 5%; padding-top: 7vw; + justify-content: center; } .logop2 img { width: 20vh; padding-top: 1vh; position: relative; - left: 43.5vw; } diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index ac74c71..0b00316 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -16,7 +16,8 @@ - + + @@ -611,55 +612,57 @@
-