<div class="glass-profile">
<div class="gp-banner"></div>
<div class="gp-content">
<img src="https://placehold.co/150x150/3b82f6/ffffff?text=JD" alt="Profile" class="gp-avatar">
<h2>Jane Doe</h2>
<p class="gp-role">Senior UI/UX Designer</p>
<div class="gp-stats">
<div><strong>1.2k</strong><span>Followers</span></div>
<div><strong>850</strong><span>Following</span></div>
<div><strong>42</strong><span>Projects</span></div>
</div>
<button class="gp-btn">Follow Now</button>
</div>
</div>
Back to Snippets
Glassmorphism Profile Card CSS
Display user details with this premium profile card. We combine a gradient background with a glass-effect overlay to create depth, while the clean typography ensures the information remains easy to read.
489