Profile Card

보통

아바타, 이름, 소개, 통계가 있는 프로필 카드

#css-only#profile

라이브 데모

Chan Developer

Full Stack Developer

Passionate about creating beautiful and functional user experiences.

1.2k
Followers
486
Following
52
Posts

코드

ProfileCard.tsx
<div className="profile-card">
  <div className="profile-avatar">...</div>
  <div className="profile-stats">
    <div className="profile-stat">
      <div className="profile-stat-value">1.2k</div>
      <div className="profile-stat-label">Followers</div>
    </div>
  </div>
</div>