diff --git a/Thumbs.db b/Thumbs.db index 6cd7c4b..1c2fa3f 100644 Binary files a/Thumbs.db and b/Thumbs.db differ diff --git a/code.js b/code.js index 8e4a225..097a1d9 100644 --- a/code.js +++ b/code.js @@ -7,7 +7,7 @@ function nbAlea() { function gain(nb1, nb2, nb3) { var mise = document.getElementById('???').innerHTLM; var bac = document.getElementById('???').innerHTLM; - var jeton = document.getElementById('???').innerHTLM; + var jeton = document.getElementById('mise').value; var bac = bac + mise; if (nb1 == 9 and nb2 == 9 and nb3 == 9){ var jeton = jeton + bac; diff --git a/machinesous.html b/machinesous.html index 3a9ab7a..b318c64 100644 --- a/machinesous.html +++ b/machinesous.html @@ -12,7 +12,18 @@
- + +

Banque

+
  • 1000
  • +

    Vos sous

    +
  • 100
  • +

    Votre mise

    + + \ No newline at end of file diff --git a/msjs.css b/msjs.css index d28f8c1..edcd55a 100644 --- a/msjs.css +++ b/msjs.css @@ -27,4 +27,12 @@ button { width:5%; height:5%; +} + +ul li +{ + display:inline; + font-size: 2em; + padding:2%; + color: orange; } \ No newline at end of file