i dont know what to do. i dont know even know how to start please help me to solve this problem
p {
color:red;
Font-family:Courier
Background-color:yellow
Ok mate, a few things i can pick up.
You need semi coloms at the end of the other edits
also end it with the parathrase
}
I m using the following syntax… Can anyone please suggest as to where am I going wrong ?
h3 {
color: red;
}
p {
font-family: Courier;
}
p {
font-family: Courier;
background-color: yellow;
}
thanks for your help. i figured it out thanks
No problems, there is a lot of stuff that has to go into coding
what did u do cause i am stuck on this too?
both code don’t work to me, why?
p {
color:red;
Font-family:Courier;
Background-color:yellow;
}
or
h3 {
color: red;
}
p {
font-family: Courier;
}
p {
font-family: Courier;
background-color: yellow;
}
and where is this "span /span "
I just don’t get it this lesson.
Hi, did figured this out? because I didn’t get too. Where is my mistake?
h3
{ color: red;
}
p
{ font-family: Courier;
}
p
{ background-color: yellow;
}
h3 {
color: red;
}
p {
font-family: Courier;
}
span {
background-color: yellow;
}
I’m on the final section. the review part for “Many selectors, Many properties” is killing me. I set the h1 font family as Verdana but the index doesn’t recognize that I’ve done so and keeps telling me to do just that. so i’m stuck as of now