HTML CSS
KokoaTalk Clone Coding: friends screen 3(friends' display)
jane.dev
2021. 5. 17. 13:10
반응형
friends' diplay link html css 작성
anchor 안에 아이콘과 내용 넣어줌
#friends-display-link {
text-align: center;
display: black;
}
대신
#friends-display-link {
display: flex;
justify-content: center;
}
으로 작성해도 결과 값이 같음