PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

border corner using css

April11

Create border curved look with css stylesheets no need of photoshop.

border:1px solid #C3D46A;

The above will give you a normal square shaped border, add the following lines and get the curved look without any photoshop work.

-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border:1px solid #C3D46A;

posted under Stylesheets

Email will not be published

Website example

Your Comment:

 

2,885 spam comments
blocked by
Akismet