화면의 상단에 배치되어 있는 것을 화면 중앙에 배치해보도록 하겠다.
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
'Frontend > css' 카테고리의 다른 글
[Tailwindcss] 키워드값 지정 (0) | 2023.07.25 |
---|---|
[CSS] 블럭요소와 인라인요소 (0) | 2023.06.29 |
[CSS] 웹화면의 가운데 정렬하기 (1) | 2021.11.06 |
[CSS/JS] Swiper (0) | 2021.04.05 |
[CSS] 모바일 반응형 화면에서 우측 여백 발생 (2) | 2021.03.26 |