Site
- Add skin selector in lobby page - change div with info and selectors in lobby page
This commit is contained in:
@ -74,21 +74,52 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<span class="line"></span>
|
||||
<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>
|
||||
<!--------- 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>
|
||||
<span class="line"></span>
|
||||
<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 class="skin-select">
|
||||
<div id="bar">
|
||||
|
||||
<div class="menuSelected" id="multiOnlineSelected">
|
||||
<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>
|
||||
<span class="line"></span>
|
||||
<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 id="goal">
|
||||
|
||||
|
||||
<div class="skin-select">
|
||||
<div id="bar">
|
||||
|
||||
</div>
|
||||
<div id="goal">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="menuSelected" id="rankedSelected">
|
||||
<div id="whatGame">
|
||||
<p>Bonsoir non ?</p>
|
||||
</div>
|
||||
<div class="skin-select">
|
||||
<!-- Make sure you have ids and classes to make multiple "bars" and "goals" -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="menuSelected" id="tournamentSelected">
|
||||
<div id="whatGame">
|
||||
<p>Bonsoir non ?</p>
|
||||
</div>
|
||||
<div class="skin-select">
|
||||
<!-- Make sure you have ids and classes to make multiple "bars" and "goals" -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--------------------- END OF CHANGES --------------------->
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
|
Reference in New Issue
Block a user