Template: Round bottom

From SPOT CHECK IT
Revision as of 22:40, 9 April 2022 by Admin (talk | contribs) (Created page with "<includeonly>border-radius:0px 0px 50px 20px; box-shadow:0.1em 0.1em 0.5em rgba(0,0,0,0.75);</includeonly><!-- --><noinclude> === Usage === This template is used to produce rounded corners for tables. Just embed it in any <nowiki><div>, <table>: etc.</nowiki> element. ==== Example ==== <syntaxhighlight lang=html><div style="background-color: #ffff66; {{round bottom}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight> :''which produces:'' <div style="backgroun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

This template is used to produce rounded corners for tables. Just embed it in any <div>, <table>: etc. element.

Example

<div style="background-color: #ffff66; {{round bottom}} padding: 0.5em 1em;">Text text text</div>
which produces:
Text text text