Jump to content

Rounded Edges Around Blocks


Recommended Posts

I am trying to make the tops of the category block, information block, view products block, etc have rounded edges. I know the code is something like what I put below but I can't figure out where to put it in the css. Anyone have any ideas?

 

border:2px;
border-top-left-radius:30px;
border-top-right-radius:30px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...