Skip to content

Commit 60e06cd

Browse files
author
bbjay
committed
tweaked perspective origin
1 parent e383aa1 commit 60e06cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
-webkit-perspective: 800px;
137137
-moz-perspective: 800px;
138138
perspective: 800px;
139+
-webkit-perspective-origin: 50% 70%;
140+
-moz-perspective-origin: 50% 70%;
141+
perspective-origin: 50% 70%;
139142
}
140143

141144
#cube {

0 commit comments

Comments
 (0)