Template:Rounded: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
(Created page with "border-radius: {{{1|10px}}}; -moz-border-radius: {{{1|10px}}}; -webkit-border-radius: {{{1|10px}}}; -khtml-border-radius: {{{1|10px}}}; -icab-border-radius: {{{1|10px}}}; -o-b...")
 
(No difference)

Latest revision as of 01:42, 30 October 2013

border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;

Add inside a style="..." tag to round the corners on a div or table.

Usage:
{{rounded}}

Parameters:
1 = radius (default 10px)