We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273c534 commit 5a5c76dCopy full SHA for 5a5c76d
docs/cards.html
@@ -21,30 +21,23 @@
21
-webkit-transform: translateZ(1000px);
22
}
23
#container {
24
- width: 800px;
25
- height: 600px;
26
- width: 100%;
27
- height: 80%;
+ width: 100%;
+ height: 80%;
28
margin: auto;
29
perspective: 2000px;
30
-webkit-perspective: 2000px;
31
transform-style: preserve-3d;
32
-webkit-transform-style: preserve-3d;
33
- -webkit-backface-visibility: hidden;
34
35
#surface {
36
37
38
39
40
41
42
43
.card {
44
position: absolute;
45
border-radius: 10%;
46
- height: 20%;
47
- width: 5%;
48
49
#toolbar {
50
text-align: center;
0 commit comments