Template:Roundyrect: Revision history

From Reborniwiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 March 2025

  • curprev 13:4313:43, 21 March 2025 Exaltedschmidt talk contribs 682 bytes +682 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..."