IT/web
[css] width, height 알 수 없는 div, 가로 세로 모두 가운데 정렬하기
내일은교양왕
2024. 4. 21. 13:51
transform을 이용해서 해결 가능합니다.
translate % 설정은 자기 자신의 기준으로 계산합니다. .
우리는 height값을 모르지만, transfrom은 알고 있다.
See the Pen make div center vertically and horizontally by Daewoong Kim (@daewoong-kim) on CodePen.