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

0 points
Submitted by ivanoterr
over 8 years

"Keeping it classy" does'nt recognize the cursive font and doesn't work the class either.

Answer 55f67e48d3292f152c00055c

1 vote

Permalink

after a property, there should be a colon, not a equal sign.

No format used for html code, so can’t check that. check here how to format your code. Your code is currently not visible. if you update your question please leave a comment so i get a notification.

points
Submitted by stetim94
over 8 years

2 comments

Nadia Masiero over 8 years

Okay so I had the same problem

Nadia Masiero over 8 years

I put my code down below

Answer 560039659113cb42db00052b

1 vote

Permalink

Also did you forget to put in an element such as a paragraph or image in the index.html page?

points
Submitted by Mason Hall
over 8 years

Answer 560afa2351b887fc85000251

1 vote

Permalink

@nadia, check here how to format your code. Your html code is currently not visible. if you update your question please leave a comment so i get a notification.

The error indicates you forgot to add class fancy to a html element, for example:

<p class="fancy">this is just an example</p>

In order to see what causes the error, i need to see your html code

points
Submitted by stetim94
over 8 years

3 comments

Nadia Masiero over 8 years

Does that go in the html tab or css tab?

stetim94 over 8 years

html tab, can you post your code so i can check it?

Nadia Masiero over 8 years

Kay. Down below. Thanks btw

Answer 560d668d3e0ec8ee6c000053

0 votes

Permalink

    > > /*Define your CSS class .fancy below!*/ .fancy{
    >     font-family:Cursive;
    >     color:#0000CD; }
--------------------------------------------- CSS SECTION ^^^^
<!DOCTYPE html>
<html>
    <head>
        <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
        <title>Result</title>
    </head>
    <body>
        <!--Add your HTML elements with the class "fancy" below!-->
        
    </body>
</
First part is CSS second part is html 
points
Submitted by Nadia Masiero
over 8 years

5 comments

stetim94 over 8 years

your css is fine. look at this line in html: , you need to add a html with class fancy like i demonstrated in my other answer. (

this is just an example

)

Nadia Masiero over 8 years

Okay. Thanks :)

stetim94 over 8 years

you’re welcome

Nadia Masiero over 8 years

Yeessss I got it! Whoopiee

stetim94 over 8 years

very good! keep coding, good luck!