- Portals
- The Current Year
- ED in the News
- Admins
- Help ED Rebuild
- Archive
- ED Bookmarklet
- Donate Bitcoin
Contact an admin on Discord or EDF if you want an account. Also fuck bots.
Template:Boxshadow: Difference between revisions
Jump to navigation
Jump to search
User>JuniusThaddeus Not needed anymore. |
imported>TabbyGarf 1 revision imported |
(5 intermediate revisions by the same user not shown) | |
(No difference)
|
Latest revision as of 13:43, 25 March 2021
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!