Project - 1
Project 1: Personal Portfolio Page
Build your own personal portfolio website. Create sections for About, Skills, Projects, and Contact. Make it look professional and modern.
👀 Show Example Solution
<header> <h1>Alex Rivera</h1> <p>Web Developer & Designer</p> </header> <div class="section"> <h2>About Me</h2> <p>I'm a passionate developer who loves building clean and interactive websites...</p> </div> <!-- Add more sections: Skills, Projects, Contact -->
