Hi,
not sure there is a bug stopping me from passing the step or I have done wrong something.
It keeps giving me a message
" Sorry, your code does not pass. Keep trying.
Hint: You should use the body
element selector."
Question:
Step 7
To spruce the project up, let us add some CSS. Begin by giving the body
a width
of 100%
, and a height
of 100vh
.
My answer:
.body {
width: 100%;
height: 100vh;
}