- Joined
- Dec 23, 2013
- Messages
- 191
- Points
- 18
In css 3 we have a great facility to change each and every corner border radius without using images which will increases the website files size.
Our code will be like this:
Our code will be like this:
So border radius will be apply only to top side which will brings good look and feel..mydemoClass { border-radius: 6px; border-bottom-left-radius : 0px; border-bottom-right-radius: 0px;}