In this step, we are required to update the body element selector in CSS with a font-family and font-size property.
I believe my solution to be correct, however, the lesson keeps stating that I need to change the font-family to Tahoma.
It will not allow me to mark the lesson as complete / move on to next lesson.
Is it me or a bug? ![]()
body {
width: 100%;
height: 100vh;
margin: 0;
background-color: #1b1b32;
color: #f5f6f7;
font-size: 16px;
font-family: Tahoma;
}
label {
display: block;
margin: 0.5rem 0;
}
SCREENSHOT OF ISSUE:
