HTML/CSS - 20
HTML/CSS - 20: Final Project – Build a Responsive Portfolio
Congratulations! Combine everything you've learned in Level 1 and Level 2 to build a complete, modern, responsive personal portfolio website.
👀 Show Example Solution
<header> <h1>Your Name</h1> </header> <section class="hero"> <h2>Hi, I'm a Web Developer</h2> </section> <section class="projects"> <h2>Projects</h2> <!-- cards using grid --> </section>
