diff --git a/EV.jpg b/EV.jpg new file mode 100644 index 0000000..03f807b Binary files /dev/null and b/EV.jpg differ diff --git a/MachineASous.css b/MachineASous.css new file mode 100644 index 0000000..53db014 --- /dev/null +++ b/MachineASous.css @@ -0,0 +1,73 @@ +body +{ + margin: 0; + font-size: 1.1em; + background: url(background.jpg); + background-repeat: no-repeat; + background-size: 100% 100%; + background-attachment: fixed; +} + +.Menu +{ + text-align: center; + color: rgb(110, 204, 175); +} + +.presentation +{ + left: 500%; + border: 1px solid black; +} + +th, td { + border: 1px solid black; +} + +.text +{ + position: relative; + right: 30%; + color: white; + font-size: 1.2em; +} + +.insta +{ + width: 50px; + height: auto; +} + +.logo +{ + width: 300px; + height: auto; +} + +.rouleau1 +{ + width: 500px; + height: auto; + font-size: 2em; + margin-left: 41%; + margin-top: 2%; + color: gold; +} + +.Nbr +{ + text-align: center; + padding-bottom: 5%; +} + +.banque +{ + text-align: center; + padding-bottom: 5%; +} + +.sous +{ + text-align: center; + padding-bottom: 5%; +} \ No newline at end of file diff --git a/MachineASous.html b/MachineASous.html new file mode 100644 index 0000000..703cb6b --- /dev/null +++ b/MachineASous.html @@ -0,0 +1,84 @@ + + + + + Unicron03 + + + + +

Présentation

+ + + + + + + + + + +
+ + \ No newline at end of file diff --git a/background.jpg b/background.jpg new file mode 100644 index 0000000..cda9ab7 Binary files /dev/null and b/background.jpg differ diff --git a/logo_github.png b/logo_github.png new file mode 100644 index 0000000..67949ca Binary files /dev/null and b/logo_github.png differ diff --git a/logo_instagram.png b/logo_instagram.png new file mode 100644 index 0000000..b6b23f0 Binary files /dev/null and b/logo_instagram.png differ diff --git a/logo_mail.png b/logo_mail.png new file mode 100644 index 0000000..7ebd6b3 Binary files /dev/null and b/logo_mail.png differ diff --git a/règle.css b/règle.css new file mode 100644 index 0000000..343a1a1 --- /dev/null +++ b/règle.css @@ -0,0 +1,50 @@ +body +{ + margin: 0; + font-size: 1.1em; + background: url("Fond2.jpg"); + background-repeat: no-repeat; + background-size: 100% 100%; + background-attachment: fixed; +} + +article +{ + text-align:left; + padding-left:4%; + margin-top:1%; + font-size: 120%; +} + +.styled +{ + border: 0; + margin-top:0%; + background-attachment: relative; + font-size:1em; + width: 200px; + height: 75px; + display:inline-block; + line-height: 2.5; + color: white; + cursor: pointer; + text-shadow: 1px 1px 1px #000; + border-radius: 40px; + background-color: rgba(220, 0, 0, 1); + background-image: linear-gradient(to top left, + rgba(0, 0, 0, .2), + rgba(0, 0, 0, .2) 30%, + rgba(0, 0, 0, 0)); + box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), + inset -2px -2px 3px rgba(0, 0, 0, .6); +} + +.styled:hover { + background-color: rgba(0, 0, 0, 0); + color: red +} + +.styled:active { + box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6), + inset 2px 2px 3px rgba(0, 0, 0, .6); +} \ No newline at end of file diff --git a/règle.html b/règle.html new file mode 100644 index 0000000..557cba6 --- /dev/null +++ b/règle.html @@ -0,0 +1,27 @@ + + + + Règles + + + + +
+

Bienvenue sur le meilleur simulateur de machine à sous gratuit:

+

Voici les règles :

+

Initialement, il y a 1000 jetons dans le bac de la machine.

+

Vous possédez initialement 100 jetons.

+

Pour lancer le jeu, vous devez insérer x jetons dans la machine (x est à saisir via la barre de recherche),

+

puis lancez le jeu à l’aide du bouton"lancer".

+

Les trois rouleaux affichent 3 chiffres au hasard.

+

Si les trois chiffres sont identiques :

+

        • et s'ils sont trois 9, vous recevez tous les jetons dans le bac (bingo).

+

        • sinon (par exemple 2, 2, 2), vous recevez 6 fois votre mise.

+

Si parmi les trois chiffres il y en a deux qui sont identiques (par exemple 4, 1, 4), alors vous recevez 3 fois votre mise.

+

si tous les chifres sont différent vous ne reçevez rien et perdez votre mise.

+

Le jeu s’arrête quand le nombre total de jetons dans le bac est inférieur a 500 ou si la page est fermée.

+

A chaque tour est affiché le nombre de jetons en banque et le nombre de jetons possédés.

+ +
+ +