Borders are something designers use on most projects. In this post the author looks at the basic css border which is the area between padding and margin. Then he moves into rounded corners with border-radius.
In css every element is a rectangular box. There’s no way around it.
Curves are nice though, and for years developers had to use images to
show curves on web pages. The border-radius property changed that. So this article will show you how to create rounded corners.
Comments
Be the first to write a comment
You must me logged in to write a comment.