Template:Round
Jump to navigation
Jump to search
-moz-border-radius:px;border-radius:px; -webkit-border-radius:px;khtml-border-radius:px; -icab-border-radius:px;
Usage
This template is used to automatically generate all of the border rounding code. To use it, type
-moz-border-radius:radiuspx;border-radius:radiuspx; -webkit-border-radius:radiuspx;khtml-border-radius:radiuspx; -icab-border-radius:radiuspx; 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.