border-top-left-radius (CSS3)

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

Syntax

length | percent

Examples having uses of: 'border-top-left-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.