Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

CSS - Border Radius for rounded corners

Border radius is used to create Rounded Corners  see the following.

[codepen_embed height=200 theme_id=1 slug_hash='emxdk' user='ianoop' default_tab='css' animations='run'/]

Above code fore border radius is equivalent to

border-top-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;

or

border-radius: 20px 20px 20px 20px;

You can specify rounded …



This post first appeared on The Geeky Way | Technology Inside Out, please read the originial post: here

Share the post

CSS - Border Radius for rounded corners

×

Subscribe to The Geeky Way | Technology Inside Out

Get updates delivered right to your inbox!

Thank you for your subscription

×