Simple CSS3 example of Border Radius
I have used two examples to demonstrate, how Radius can be applied to all corners of an Element and to specific corners of element.
E.g 1: Here i have used 'border-radius' property. This property is used to apply radius to all corners of the Element
E.g 2: Here i have used two different properties 'border-top-left-radius' and 'border-bottom-right-radius'. These properties are used to apply radius to specific corner of an Element.