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

0 points
Submitted by liltristix
over 9 years

12/23 - Cannot figure out what I'm doing wrong

Hi Guys -

Trying to get my head around exercise 12/23 and seem to be coming up blank, it won’t let me proceed, but cannot for the life of me work out what I am doing wrong. Instructions are:

Create any number of HTML elements you like and give one of them the ID “serious”. On the CSS tab, set #serious to have a font-family of Courier and a color of #CC0000

So I wrote some basic html with the id in

<body>
        <h3>Hello world</h3>
        <p>Three little bears</p>
        <p>and the story of goldilocks</p>
        <p id="Serious">didn't end so well for goldilocks</p>
        
    </body>

Heres the CSS:

    #Serious { color: #cc0000; font-family: Courier; }

Can’t figure out where I am going wrong :S Hope someone can point it out to me!

Thanks

Answer 541020a652f8633a780012a6

5 votes

Permalink

<body>
    <div id="serious"></div>
    </body>

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

points
Submitted by Dragos Nicolae
over 9 years

Answer 53bfc2937c82cad9d80016b8

4 votes

Permalink

Turned out to be the capital S on serious… irritated doesn’t even spell it out.

points
Submitted by liltristix
over 9 years

Answer 54a560e5e39efea5e8001361

0 votes

Permalink

MAKE IT Small “s” i mean “serious”.

points
Submitted by Ferdinand Fuentes
about 9 years

Answer 54eb701ce39efe8519006b0b

0 votes

Permalink

hello babygurll kik me carlossaints you can call me yung guac ill be waiting for ur text baby gurll

points
Submitted by Thatjuanusername
about 9 years