/ Published in: CSS
A LESS class which can be included to easily allow for a page-curl/shadow on element.
NOTE: Still needs work to allow for consistency at various sizes...
Usage Instructions
To remove reliance on javascript, setup the LESS compiler:
- incident57.com/less/ (MAC)
- ??? (PC)
Import the class into the master stylesheet: @import: url(classes.less);
Use page curl on specific elements: .block-item { height: 100px; width: 300px; .page-curl(); }
You need to login to post a comment.
