Template:Round

Revision as of 17:45, 4 August 2010 by Malake256 (talk | contribs) (Gift from MW which was a gift from WK...lol)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Usage

This template is used to automatically generate all of the border rounding code. To use it, type border-radius: radius; -moz-border-radius: radius; -webkit-border-radius: radius; -khtml-border-radius: radius; -icab-border-radius: radius; -o-border-radius: radius; within a styling. The radius is the radius of the rounded border. If left blank, it will default to 15 pixels. Do not include a px after the number, and remember that the radius is in pixels. Be sure to include a semicolon after it if it is not the last item in the styling.