Blog

Archive for the CSS3 Category


Adding Rounded Corners onto Images with CSS3
Posted on June 20, 2012 in CSS3 by Matt Jennings

You’ll need to mess around with the bottom margin to make this code work in all CSS3-supported browsers.

CSS

.image
{
padding: 0;
-webkit-border-radius: 8px;
-moz-border-radius:
Read more…

To Top ↑