Template:Boxshadow

From EunuchWiki
Revision as of 21:33, 11 June 2024 by AifoxHi (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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!