-
CSS] 중앙정렬하는 5가지 방법Programming/Web 2020. 3. 11. 22:24
5가지 모두 Element 구조는 모두 동일하다.
4,5 번은 구버전 브라우저에서 동작이 제대로 안될 수 있으므로, 체크가 필요하다.
1. absolute 사용
See the Pen GRJQmLo by jin (@tomatomat) on CodePen.
2. margin: 0 auto 사용
See the Pen zYGRzve by jin (@tomatomat) on CodePen.
3. margin, position 사용
See the Pen NWqyggy by jin (@tomatomat) on CodePen.
4. translate, position 사용
See the Pen yLNvXzR by jin (@tomatomat) on CodePen.
5. display: flex 사용
See the Pen xxGYrWb by jin (@tomatomat) on CodePen.
'Programming > Web' 카테고리의 다른 글
Button animation (0) 2020.04.18 CSS ] 클리핑 속성을 이용한 버튼 (0) 2020.03.30 npm] global 로 모듈 설치하기 (0) 2020.02.07 [npm] 프로젝트 환경 설정 (0) 2020.02.06 웹스터디] 2 - 공부 내용 (0) 2020.01.19