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

0 points
Submitted by dhlee21
over 8 years

stetim help

12/13 from CSS Selector forgot

Answer 55dec6ce9113cbea4e0002b0

1 vote

Permalink

You want my help? Could you be more specific and provide some code?

points
Submitted by stetim94
over 8 years

3 comments

dhlee21 over 8 years

my code is .serious { font-family : Courier; color : ##CC0000

dhlee21 over 8 years

.serious { font-family : Courier; color : ##CC0000

dhlee21 over 8 years

.serious { font-family : Courier; color : ##CC0000 }

Answer 55deedc6937676c6080003a5

1 vote

Permalink

from the exercise:

IDs are identified in CSS with a pound sign (#)

you use a dot, which identifies classes, not id’s

points
Submitted by stetim94
over 8 years

3 comments

dhlee21 over 8 years

oh thank you

dhlee21 over 8 years

dhlee21 over 8 years

/Define your CSS id #serious below!/

#first { ID: serious; }

#second { font-family Courier; }

#intro { color: #CC0000; }

Answer 55defdaa937676eda600003e

1 vote

Permalink

don’t know what you should do, i am not sort of magic answer box. If you have a question, make a descent question. A descent question is:

Formatted html code (and css as well, but is less important) Exercise number/link to exercise Error message would be really nice. 1 clear post with all the things above, not 3 comments and a question, with each pieces of code.

points
Submitted by stetim94
over 8 years

4 comments

dhlee21 over 8 years

awww i thought you were a magic box sorry

dhlee21 over 8 years

Oops, try again. Did you create at least one HTML element with an ID ‘serious’?

dhlee21 over 8 years

that’s the error message

stetim94 over 8 years

You didn’t create a html element with id serious. (#first { ID: serious; }, but that is css, that is just wrong, you can’t do that). create a html element with id serious

Answer 55def3a6d3292f546e00057f

0 votes

Permalink

/Define your CSS id #serious below!/

#first { ID: serious; }

#second { font-family Courier; }

#intro { color: #CC0000; }

points
Submitted by dhlee21
over 8 years

1 comments

dhlee21 over 8 years

what should ido