Template:Round
Jump to navigation
Jump to search
-moz-border-radius: 15px 0; -webkit-border-radius: 15px 0; khtml-border-radius: 15px 0; -icab-border-radius: 15px 0; border-radius: 15px 0;
Use
{{round|radius|full = ...}}
This template generates border rounding code. Use it in the 'style' property of an element. Radius is the radius of the rounded border in pixels (defaults to 15): do not include 'px' after the number. Pass any value for the 'full' argument to curve every corner - otherwise, only top-left and bottom-right are curved.