How to make CSS Rounded Corners?

How to make CSS Rounded Corners?

Here is a simple solution to make rounded corner...

<div style="width:200px;color:#111111;border:2px solid #CCCCCC;padding:5px;-moz-border-radius: 15px;border-radius: 15px;">sagar</div>

Note=> this code will not work in Internet Explorer

Comments

Post a Comment