This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by jochem11
over 8 years

whats wrong ?

h1{ font-family:serif; } h2{ font-family:sans-serif; } h3{ font-family:cursive; } p{ font-family:Times,serif,Verdana,sans-serif,Vivaldi, cursive; }

Answer 55aa08aae39efe33230001b4

0 votes

Permalink

remove:

p {..}

You need to add Times to h1, like so:

h1{
  font-family:Times,serif;
}

now you figure out h2 and h3, please read the instructions again.

points
Submitted by stetim94
over 8 years

2 comments

trekhard over 8 years

The question is not clear at all but I have now completed it.

stetim94 over 8 years

the question maybe not, but if you know what exercise, it is to figure he added all backup values to the paragraph css selectors instead of the header css selectors.