HTML/CSS - 30

HTML/CSS - 30: Final Capstone Project

Build a complete, modern, multi-page website using everything you've learned across all three levels.

✦ HTML Editor
▶ Live Output
👀 Show Solution (Example)
<header>
  <nav>...</nav>
</header>

<main>
  <section class="hero">...</section>
  <section class="projects">...</section>
</main>

<footer>...</footer>