HTML/CSS building a magazine step 28

Not sure where i'm going wrong here but it says " you should have a font-family of baskervville and a fallback serif" i just forgot how the fallback works, could anyone help me please? 

Your code so far

body {
  font-family: baskervville, serif;
  color: linen;
  background-color: rgb(20, 30, 40);
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 28

Link to the challenge:

Your syntax is correct I think, but name of the font may be the issue. Try Baskervville, not baskervville.

1 Like
Thank you that did it. i should have tried that myself lol

Be more thorough, I guess. In coding often little details like this are critically important: case sensitivity, commas, dots… all this little annoying details)

1 Like

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