728x90

Spring Boot로 프로젝트 중 bootstrap 예시 템플릿을 사용하는 중 직접 만든 요소를 이쁘게 정렬하기 위해 가운데 정렬하기 위한 방법을 찾아봤습니다.


<div class="table-responsive mt-3" style="display: flex; justify-content: center;">
  • display: flax - 인라인 style속성을 이용해 가운데 정렬하고 싶은 태그 안에 넣어줍니다.
  • jstify-content: center - 태그 내의 요소를 가운데 정렬해줍니다.

Reference : https://deeplify.dev/front-end/markup/align-div-center

 

[HTML/CSS] div 가운데 정렬 하는 방법

CSS를 이용하여 div 등의 엘리먼트를 가운데 정렬하는 방법을 소개합니다.

deeplify.dev

 

'Web > CSS' 카테고리의 다른 글

[CSS] 하이퍼링크 밑줄 제거 (인라인 스타일 적용)  (0) 2021.12.18
Bootstrap 시작하기  (0) 2021.08.07

+ Recent posts