border-top-right-radius (CSS3)

The border-top-right-radius CSS property sets the rounding of the top-right corner of the element.

Syntax

length | percent

Examples having uses of: 'border-top-right-radius'

4 votes
11k views

CSS Rounded Corners

The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags or JavaScript.