본문 바로가기

CSS

테이블 중앙 정렬하기

 

.center {
  margin-left: auto;
  margin-right: auto;
}