nos jeux
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<li>
|
||||
<button class="button" onclick="window.location.href='../index.html'"> Accueil</button>
|
||||
</li>
|
||||
<li> <button class="button" onclick="window.location.href='page_2.html"> Nos jeux</button></li>
|
||||
<li> <button class="button" onclick="window.location.href='page_2.html'"> Nos jeux</button></li>
|
||||
<li><button class="button" onclick="window.location.href='page_3.html'"> Nos partenaires</button> </li>
|
||||
<li><button class="button" onclick="window.location.href='page_4.html'"> A propos de nous</button></li>
|
||||
<li> <button class="button" onclick="window.location.href='contact.html'"> Contact</button></li>
|
||||
|
@@ -4,6 +4,8 @@
|
||||
<title> Casino du coeur </title>
|
||||
<meta charset="utf-8">
|
||||
<link rel = "stylesheet" type = "text/css" href = "../CSS/styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="../CSS/accueil.css">
|
||||
<link rel="stylesheet" type="text/css" href="../CSS/nos jeux.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="casino">
|
||||
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
||||
@@ -29,6 +31,52 @@
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<main class="nos jeux">
|
||||
<h1>Nos jeux</h1>
|
||||
|
||||
|
||||
<div id="img-txt">
|
||||
<h2>Blackjack</h2>
|
||||
<div class="img_gauche_txt_droite jeu">
|
||||
<p>
|
||||
Parmis nos nombreux jeux vous pourrez retrouver du blackjack
|
||||
</p>
|
||||
<img src="../img/blackjack.jpg" alt="blackjack">
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Poker</h2>
|
||||
|
||||
<div class="img_droite_txt_gauche jeu">
|
||||
<img src="../img/Comprendre-les-regles-du-poker.jpg" alt="poker">
|
||||
<p>
|
||||
Vous retrouverez aussi du poker et toutes ses variété
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Roulette</h2>
|
||||
|
||||
<div class="img_gauche_txt_droite jeu">
|
||||
<p>
|
||||
Vous pourrez aussi tentez votre chance a la roulette
|
||||
</p>
|
||||
<img src="../img/roulette.png" alt="roulette">
|
||||
</div>
|
||||
|
||||
<h2>Machine a sous</h2>
|
||||
<div class="img_gauche_txt_droite jeu">
|
||||
|
||||
<img src="../img/maichine_a_sous.jpg" alt="machine a sous">
|
||||
<p>
|
||||
Enfin vous aurez un immense choix parmis les machine a sous les plus connus
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user