position absolute 요소를 화면 중앙 정렬하기

준영·2022년 10월 4일
0

코드 지갑..

목록 보기
5/20
.title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
profile
개인 이력, 포폴 관리 및 기술 블로그 사이트 👉 https://aimzero-web.vercel.app/

0개의 댓글