f How To Make Round Corners with CSS | Information Ground
Hello Friends!
We are moved to new address http:/technomi.com Please update your bookmarks.

How To Make Round Corners with CSS

Posted by Unknown | | Category: |

How to Make Round Corners with CSS

If you have learned HTML and CSS than you know how much it is difficult ot make round corners with CSS.To make round corner with images is very boring task.One of the best ways to to create round corner box with css is to use a css code generator that will automatically generates the round corner css code for you.

CSS3 Generator can write custom CSS code for you and make it easy for you to generate the CSS for round corner box.

You can adjust the radius of corners(to make it more round),shadow and opacity.You can add gradient layout to the box.You can easily check the result in the preview box which helps you to design it as per your requirements.
Benefit of using CSS3 Generator are :
  • A user-friendly web service.
  • Meant for web developers and graphics designers.
  • Lets you create CSS gradients.
  • Provides code for the created gradient.
  • Lets you include or exclude support for Internet Explorer 7 and 8.
  • Features not supported by Opera and Internet Explorer are indicated in the code.

I have designed a corner shown in the right hand side.CSS Code for this Round box corner is written below:-

  -moz-border-radius:30px;
-webkit-border-radius:30px;
border-radius:30px;  


Go to CSS3 Generator and design your Round Corner Box with CSS.

Currently have 0 Response to 'How To Make Round Corners with CSS'


Leave a Reply

Comments are moderated and only those comments which are related to topic will be published.

Related Useful Articles