- CSS에서
display: grid와place-content: center를 사용하면.를 중앙에 배치하는 방법이 더 간결하게 구현할 수 있습니다. 🧺 display: flex와justify-content: center,align-items: center를 사용하는 것보다 코드 줄이 33% 줄어듭니다. ⌨️
display: grid와 place-content: center를 사용하면 .를 중앙에 배치하는 방법이 더 간결하게 구현할 수 있습니다. 🧺display: flex와 justify-content: center, align-items: center를 사용하는 것보다 코드 줄이 33% 줄어듭니다. ⌨️Recommanded Videos