728x90
- a 태그 width, height 안 먹음: a 태그가 inline 속성이기 때문, inline-block으로 지정해주니 사이즈가 먹음
- 전체 wrapper의 사이즈를 지정해주는 것 중요!
- display: flex 사용 시 우선 수평으로 펼쳐짐, 수직으로 하려면 flex-direction: column 지정
justify-content: space-between( 수직 위아래 정렬), align-items: center 가운데 정렬
- display: flex 사용시 justify-content: center, algin-items: center; 가운데 정렬
.social_links > a -> 직계 자식들만
.social_links a -> 손주 손주 다 적용
728x90
댓글