Languages/CSS
[CSS] max-width와 margin 으로 가운데 정렬하기
MOONCO
2022. 4. 16. 17:30
사용방식
.center {
max-width: 400px;
margin: 0 auto;
}
반응형