Template:Roundyrect

From Reborniwiki
Revision as of 13:43, 21 March 2025 by Exaltedschmidt (talk | contribs) (Created page with "<includeonly>border-top-left-radius: {{{1|10px}}}; border-top-right-radius: {{{2|10px}}}; border-bottom-right-radius: {{{3|10px}}}; border-bottom-left-radius: {{{4|10px}}};</includeonly><noinclude> == Usage == <pre>{{roundyrect|top-left|top-right|bottom-right|bottom-left}}</pre> === Example === This: <pre><div style="{{roundyrect|4px|8px|16px|32px}}border:3px solid black;width:200px;height:200px;"></div></pre> produces: <div style="{{roundyrect|4px|8px|16px|32px}}b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Usage

{{roundyrect|top-left|top-right|bottom-right|bottom-left}}

Example

This:

<div style="{{roundyrect|4px|8px|16px|32px}}border:3px solid black;width:200px;height:200px;"></div>

produces:

See also