Jump to content

CSS inverted round corners


gerkintrigg

Recommended Posts

I understand the round corner command in CSS and it works when I use it like this:

 

.round_corner_image{
-moz-border-radius: 15px;;
border-radius: 15px;
margin:2px;
}

 

My question is how to make a box like the logo here: http://ghostsinplymouth.co.uk/furniture/small_logo.jpg I want to make a box in CSS which has the same shape as the rusted metal and figured it's probably possible in CSS 3.

 

I've tried negative values but that doesn't work.

 

Any suggestions?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/251857-css-inverted-round-corners/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.