Easy box shadows

Select box shadow
Visit this great collection of box shadows and click on one of them (should be in your clipboard).

Apply box shadow
Add a style section to your HTML Head and create a selector and name it:

<style>
.boxshadow {
    /* put the box shadow here */
}
</style>

Example file:
boxshadow.hype.zip (13,5 KB)

5 Likes

Nice :+1:

1 Like