Template:Boxshadow: Difference between revisions

From EunuchWiki
imported>TabbyGarf
1 revision imported
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 11 June 2024

Usage

{{boxshadow|horiz|vert|blur|spread|color}}

Example

This:

<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>

Produces:

Hello, world!


Hello, world!