Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in example code #31

Closed
marcusgsta opened this issue Nov 25, 2019 · 1 comment
Closed

Error in example code #31

marcusgsta opened this issue Nov 25, 2019 · 1 comment

Comments

@marcusgsta
Copy link

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 added a commit that referenced this issue Mar 30, 2020
@desandro
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants