- Update
This commit is contained in:
Mathis Degryck
2024-09-27 16:37:23 +02:00
parent f3416a13f4
commit 12e30b254e
4 changed files with 13 additions and 18 deletions

View File

@ -32,14 +32,14 @@
<div class="popup-skin">
<h1>Select your skin</h1>
<div class="color-grid">
<div class="color-box color-1"></div>
<div class="color-box color-2"></div>
<div class="color-box color-3"></div>
<div class="color-box color-4"></div>
<div class="color-box color-5"></div>
<div class="color-box color-6"></div>
<div class="color-box color-7"></div>
<div class="color-box color-8"></div>
<div class="color-box"></div>
<div class="color-box"></div>
<div class="color-box"></div>
<div class="color-box"></div>
<div class="color-box"></div>
<div class="color-box"></div>
<div class="color-box"></div>
<div class="color-box"></div>
</div>
</div>
</div>
@ -75,7 +75,6 @@
</div>
<!--------- FOR MATHIS : I made some changes here ---------->
<div class="menuSelected" id="multiLocalSelected">
<div id="whatGame">
<p>The key to success is timing and precision, as you need to position your paddle correctly to deflect the ball at the right angle.</p>

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* global.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/19 23:57:22 by edbernar #+# #+# */
/* Updated: 2024/09/19 23:59:46 by edbernar ### ########.fr */
/* Updated: 2024/09/27 16:35:52 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -26,4 +26,5 @@ body {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
scroll-behavior: smooth;
}

View File

@ -428,6 +428,7 @@ body {
.menuSelected {
display: flex;
flex-direction: row;
gap: 12rem;
}
.menuSelected {

View File

@ -1,9 +1,3 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#settingsBody {
background-color: #020202;
color: white;