Create Rounded Borders - CSS3

In CSS3 creating a rounded border worth working for 30 seconds.

Here is the code for creating the rounded borders

border:2px solid;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */



This is an example of rounded corner in CSS 3

No comments:

Post a Comment