- 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"> <div class="popup-skin">
<h1>Select your skin</h1> <h1>Select your skin</h1>
<div class="color-grid"> <div class="color-grid">
<div class="color-box color-1"></div> <div class="color-box"></div>
<div class="color-box color-2"></div> <div class="color-box"></div>
<div class="color-box color-3"></div> <div class="color-box"></div>
<div class="color-box color-4"></div> <div class="color-box"></div>
<div class="color-box color-5"></div> <div class="color-box"></div>
<div class="color-box color-6"></div> <div class="color-box"></div>
<div class="color-box color-7"></div> <div class="color-box"></div>
<div class="color-box color-8"></div> <div class="color-box"></div>
</div> </div>
</div> </div>
</div> </div>
@ -75,7 +75,6 @@
</div> </div>
<!--------- FOR MATHIS : I made some changes here ----------> <!--------- FOR MATHIS : I made some changes here ---------->
<div class="menuSelected" id="multiLocalSelected"> <div class="menuSelected" id="multiLocalSelected">
<div id="whatGame"> <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> <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>
@ -83,7 +82,7 @@
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet velit vitae lorem tempor auctor. In tempor ac ex ut finibus. Duis lobortis non justo eu venenatis.</p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet velit vitae lorem tempor auctor. In tempor ac ex ut finibus. Duis lobortis non justo eu venenatis.</p>
</div> </div>
</div> </div>
<div class="menuSelected" id="multiOnlineSelected"> <div class="menuSelected" id="multiOnlineSelected">
<div id="whatGame"> <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> <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 :+: :+: :+: */ /* global.css :+: :+: :+: */
/* +:+ +:+ +:+ */ /* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */ /* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/19 23:57:22 by edbernar #+# #+# */ /* 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-family: "Poppins", sans-serif;
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
scroll-behavior: smooth;
} }

View File

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

View File

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