Border radius property (border-radius)

The border-radius property is used to set all four corners of a box in a single declaration. Same as

Border image property (border-image)

The border-image property allows drawing an image on the borders of an element and is a shorthand for expanded list of the properties that define border image. The...

Border shadow property (box-shadow)

The box-shadow property adds one or more drop shadows to an element. We are allowed to define more than one shadow, which are separated by comma, and specified by...

Overflow properties (overflow-x, overflow-y)

The overflow-x and overflow-y properties are CSS level 3 extension of already defined pro...