Image via CSS with rounded corners

Hi,

I have on the website http://www.pixelway.de/projekt-raschdorf/

A CSS assigned to a picture see screen to display the picture round, i.e. to provide it with radii, unfortunately does not work. This is what the CSS looks like:

.round {

border-radius: 16%;

 border-width: 1px;

border-style: solid;

border-color: transparent;

-moz-border-radius: 16px;

-webkit-border-radius: 16px;

}


Thanks for the help

Comments

Sign In or Register to comment.