Jump to content

How to build a block like this


Recommended Posts

#footer .block

{

margin-bottom:0

}

.block .title_block, .block h4

{

padding:6px 11px;

font-size:12px;

color:#fff;

text-shadow:0 1px 0 #000;

text-transform:uppercase;

background:#383838;

text-align:left;

font-weight: bold;

border-top-left-radius:5px;

border-top-right-radius:5px;

-moz-border-radius:5px;

}

 

i've done this modification in global.css but only de first line appears with rounded corners, but i also like the laste line to have it, can you help me ?

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...