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

banner
Close banner
0 points
Submitted by Casey Russell
about 9 years

I'm having issues getting pass this lesson.

CSS Code: .fancy { font-family: cursive; color: violet; }

HTML Code:

Answer 55127da19376761ed30015a9

2 votes

Permalink

i admire your creativity, however the checking script doesn’t. you need the fancy class to the h3 and p:

<h3 class="fancy">
<p class="fancy">

normally, what you did would perfectly work, however, for this course it is better to follow the instructions.

points
Submitted by stetim94
about 9 years

1 comments

zachcol512 about 9 years

This helped me thanks.