Template:Boxshadow: Difference between revisions
Jump to navigation
Jump to search
imported>Schnookums Protected "Template:Boxshadow" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
imported>Schnookums Protected "Template:Boxshadow" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
(No difference)
| |
Revision as of 20:38, 14 December 2013
Usage
{{boxshadow|horiz|vert|blur|spread|color}}
Example
<div style="{{boxshadow|4px|8px|8px|8px|gray}}background-color:blue;width:200px;height:200px;">Hello, world!</div>
<br />
<div style="{{boxshadow|4px|8px|0|8px|gray}}background-color:red;width:200px;height:200px;">Hello, world!</div>
Output
Hello, world!
Hello, world!