Jump to content

[Solved] How could I define h1, h2, h3, h4, a, a:hover inside #xxx ?


Recommended Posts

How could I define h1, h2, h3, h4, a, a:hover inside #categoria9, #categoria27?. Now it is configured like this, but it doesn't work

 

 

#categoria9, #categoria27 {

background-color: #660000;

height: 570px;

width: 652px;

background-image:url(../../..//img/9.jpg);

background-repeat:no-repeat;

font-family: Verdana, Arial, Helvetica, Sans-Serif;

color: #CCCCCC;

 

}

h1, h1 span, h2, h2 span, h3, h4, a, a:hover {color: #CCCCCC}

Edited by Syd (see edit history)
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...