Google CSS3 rounded border corner

Apr 20, 2011

CSS3 rounded border corner




CSS3 rounded border corner-Browser support



It supports all modern browser
  • Chrome
  • Mozilla firefox
  • Opera
  • Internet explorer9

CSS and html example-CSS3 rounded border corner



Demo:
w3onlinesource.blogspot.com



[CSS]
<style type="text/css">

.corner-border
{
border:2px solid #green;
padding:10px 40px;
background:#BDBDBD;
width:300px;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
</style>
[html]
<div class="corner-border">
w3onlinesource.blogspot.com</div>




No comments:

Post a Comment