LESS - Page Curl


/ Published in: CSS
Save to your folder(s)

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/](http://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();
}*

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.