Template:Roundyrect: Difference between revisions

From Reborniwiki
Jump to navigationJump to search
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..."
 
(No difference)

Latest revision as of 13:43, 21 March 2025

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