안녕하세요! 저는 웹 개발자입니다.
<div class="flex flex-col items-center gap-4">
<div class="w-24 h-24 bg-blue-500 rounded-full"></div>
<h2 class="text-2xl font-bold">김철수</h2>
<p class="text-gray-600 text-center">웹 개발자</p>
<button class="bg-blue-500 text-white w-full">팔로우</button>
</div>
flex-col items-center
- 세로 정렬 + 가운데
rounded-full -
완전한 원
text-center -
텍스트 중앙