My code passes all of the tests, except for the one about the height of the welcome section being equal to the viewport. However, I set the height to 100vh and checked multiple times to make sure there wasn’t a spelling or structure error. The test still won’t run though and let me complete the project.
My code: (copied and pasted)
.welcome-section {
padding-top: 3em;
padding-bottom: 1em;
text-decoration: underline;
width: 100%;
height: 100vh;
}
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36
Challenge: Build a Personal Portfolio Webpage
Link to the challenge: