Tell us what’s happening: Your body
selector should have a font-family
property set to Baskervville
, with a fallback of serif
.
Your code so far
body{
font-family: Baskervvile,serif;
color: linen;
background-color: rgb(20,30,40);
}
Tell us what’s happening: Your body
selector should have a font-family
property set to Baskervville
, with a fallback of serif
.
Your code so far
body{
font-family: Baskervvile,serif;
color: linen;
background-color: rgb(20,30,40);
}
Typo in Baskervville.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.