desandro / 3dtransforms

:package: Introduction to CSS 3D transforms
https://3dtransforms.desandro.com/
1.01k stars 163 forks source link

Error in example code #31

Closed marcusgsta closed 4 years ago

marcusgsta commented 4 years ago

The example code for the box on the page: https://3dtransforms.desandro.com/box

.box { width: 200px; height: 300px; }

should be

.box { width: 300px; height: 200px; } The code on codepen is right, but not in the example code.

desandro commented 4 years ago

Thank you for catching this error! This has been fixed. Please email yo@metafizzy.co to get some stickers!