HTML
CSS
JS
index.html
AI Review
Reset
<div class="profile-card"> <h1>Alex Chen</h1> <p class="role">Frontend Developer</p> <p class="bio">Passionate about clean code and great UX. Coffee enthusiast.</p> </div>
/* Style the profile card here */ body { font-family: sans-serif; background: #f3f4f6; padding: 40px; } .profile-card { /* Your styles here */ }
// No JavaScript needed for this challenge
Live Preview