Help with CSS for Personal Portfolio

Hi all. I’ve been working on my portfolio project and have 11 out of 12 tests passed. I’m having some trouble with getting the welcome section to be the same height as the viewport, for one thing. I tried height: 100%, but that didn’t fix anything. Can anyone help here?
Also, I want to make sure my page looks good, so I’m wondering if someone can help with the CSS in general. I was thinking a 3-column layout might work since there are 3 sections.
Finally, I’m trying to import the Open Sans font from Google Fonts since several sites recommend it for portfolios, but it doesn’t seem to be working, even though I copied the exact code from Google Fonts. Can someone help here?
The links to my site and its code are below:
Lanie-Molinar/FCC-Personal-Portfolio: Personal portfolio created as project for FreeCodeCamp’s Responsive Web Design certification (github.com)
Personal Portfolio (lanie-molinar.github.io)

Use view port units, specifically, vh for view port height.

1 Like

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