Search w3schools.com:

SHARE THIS PAGE

CSS Reference

CSS Reference CSS Selectors CSS Reference Aural CSS Web Safe Fonts CSS Units CSS Colors CSS Color Values CSS Color Names CSS Color HEX CSS3 Browser Support

CSS Properties

CSS3 border-bottom-right-radius Property


Example

Add a rounded border to the bottom-right corner of a div element:

div
{
border:2px solid;
border-bottom-right-radius:2em;
}

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The border-bottom-right-radius property is supported in IE9+, Firefox 4+, Chrome, Safari 5+, and Opera.


Definition and Usage

The border-bottom-right-radius property defines the shape of the border of the bottom-right corner.

Tip: This property allow you to add rounded borders to elements!

Default value: 0
Inherited: no
Version: CSS3
JavaScript syntax: object.style.borderBottomRightRadius="5px"


Syntax

border-bottom-right-radius: length|% [length|%];

Note: The two length or percentage values of the border-bottom-right-radius properties define the radii of a quarter ellipse that defines the shape of the corner of the outer border edge. The first value is the horizontal radius, the second the vertical radius. If the second value is omitted it is copied from the first. If either length is zero, the corner is square, not rounded. Percentages for the horizontal radius refer to the width of the border box, whereas percentages for the vertical radius refer to the height of the border box.

Value Description Play it
length Defines the shape of the bottom-right corner Play it »
% Defines the shape of the bottom-right corner in % Play it »


Related Pages

CSS3 tutorial: CSS3 Borders




W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The HTML5 Certificate documents your knowledge of advanced HTML5.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]