Let's say we want to give a "div" tag rounded corners instead of having it just be square. How do we do that? Well, we can use the "border-radius" property in CSS3. For example you could supply a value such as 10px or 20px to give it a rounding effect. #html #css #webdesign #tutorial