Revision history of "Template:Round bottom"

Jump to: navigation, 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.

  • curprev 22:40, 9 April 2022Admin talk contribs 551 bytes +551 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..."