Step 7 Registration Form: "Give the body a width of 100% and the height 100vh"

Tell us what’s happening:
Describe your issue in detail here.

/* file: styles.css */




body  {
width: 100%
height: 100vh
}

There were no semi-colons at the end of each, I got it. Sorry y’all.

Yes that’s true, you need to use semi-colons at the end of each line expect the last line

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