Specify How Fonts should degrade i need helpp

Hello my problem is that i did, which was in the task and the font degraded but in the task they say my h2 element didnt degraded to the monospace font. Can anybody help?

Here down is my code:


<!--
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> 
-->

<style>
.red-text {
  color: red;
}

h2 {
  font-family: Lobster, monospace
}

p {
  font-size: 16px;
  font-family: monospace;
}
</style>

Challenge: Specify How Fonts Should Degrade

Hi @IvosonHD !

You are missing a semicolon here.

In future, please use the ask for help button which will generate your full code and the challenge link.

That will give people the chance to test your code and find your mistakes.

Hope that helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.