Template:Border-radius

From Chabadpedia
Revision as of 01:28, 2 March 2025 by Tachlis (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This template is used to add a rounded corner effect to tables and layers. The effect is achieved using CSS3 capabilities, so it will only appear in newer browsers that support it. The template accepts a single parameter representing the border radius.

Example

<div style="border:3px solid #AAA; {{border-radius|8px}}"> Rounded black border </div>

Result:

Rounded black border