diff --git a/index.html b/index.html index d7d6a89..0bd1a44 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
- +
0
1
@@ -22,8 +22,8 @@
9
- - +
+
0
1
@@ -37,8 +37,8 @@
9
- - +
+
0
1
@@ -52,7 +52,7 @@
9
- +

Banque : 1000

diff --git a/master.css b/master.css index 597f0fa..f1216ed 100644 --- a/master.css +++ b/master.css @@ -6,12 +6,16 @@ perspective: 400px; } +#tirage { + display: flex; +} + .cube { width: 60px; height: 60px; position: relative; transform-style: preserve-3d; - transform: translateZ(-100px); + /* transform: translateZ(-100px); */ transition: transform 1s; }