Bootstrap 5

[list] BS5 - .list-inline 클래스 - 모든 리스트를 옆으로 나열 (= .list-inline클래스 = 리스트인라인클래스)

목차
  1. .list-inline 예제 - 리스트를 옆으로 나열
  2. .list-inline 정의

 

.list-inline 예제 - 리스트를 옆으로 나열

 

<div class="container mt-3">

  <ul class="list-inline">

    <li class="list-inline-item">홈짱닷컴</li>

    <li class="list-inline-item">Homzzang.com</li>

    <li class="list-inline-item">홈페이지 제작관리 강의</li>

  </ul>

</div>

 

결과보기

 

.list-inline 정의

 

리스트 아이템을 옆으로 나열.

  • .list-unstyled 클래스와 스타일정의 동일. (단, 용도는 다름.)
  • <ol>/<ul> 태그 둘 다에 사용 가능.
  • 각 <li> 요소에 적용되는 .list-inline-item 클래스와 함께 사용.

 


[정의]

 

.list-inline {

  padding-left: 0;

  list-style: none;

}


.list-inline-item {

  display: inline-block;

}

.list-inline-item:not(:last-child) {

  margin-right: 0.5rem;

}

 

 


분류 제목
grid BS5 - Grid Extra Small (BS그리드 초소형기기) - .col-숫자, .col 클래스
grid BS5 - Grid Small (BS그리드 소형기기) - .col-sm-숫자, .col-sm 클래스
grid BS5 - Grid Medium (BS그리드 중형기기) - .col-md-숫자, .col-md 클래스
grid BS5 - Grid Large (BS그리드 대형기기) - .col-lg-숫자, .col-lg 클래스
grid BS5 - Grid Extra Large (BS그리드 초대형기기) - .col-xl-숫자, .col-xl 클…
grid BS5 - Grid XXL (BS그리드 초초대형기기) - .col-xxl-숫자, .col-xxl 클래스
grid BS5 - Grid Example (BS그리드 예제) ★
theme BS5 - Basic Template (기본템플릿)
typography BS5 - .lead 클래스 - 단락 돋보이게 하기 (= 단락강조 = .lead클래스 = 리드클래스)
typography BS5 - .text-start 클래스 - 텍스트 왼쪽정렬 (= 글자 좌측정렬 = .text-start클래스…
typography BS5 - .text-break 클래스 - 긴 텍스트에 의한 레이아웃 깨짐 방지 (= .text-break클…
typography BS5 - .text-center 클래스 - 텍스트 중앙정렬 (= 글자 가운데정렬 = .text-center…
typography BS5 - .text-decoration-none 클래스 - 텍스트 장식선(=꾸밈선) 제거 (= .text-…
typography BS5 - .text-end 클래스 - 텍스트 오른쪽정렬 (= 글자 우측정렬 = .text-end클래스 = …
typography BS5 - .text-nowrap 클래스 - 텍스트 연속 공백 통합 후 한 줄로 표현 (= .text-now…
typography BS5 - .text-lowercase 클래스 - 텍스트를 소문자로 변환 (= .text-lowercase …
typography BS5 - .text-uppercase 클래스 - 텍스트를 대문자로 변환 (= .text-uppercase …
typography BS5 - .text-capitalize 클래스 - 영단어 각 첫글자만 대문자로 변환 (= .text-cap…
typography BS5 - .initialism 클래스 - <abbr> 태그 안 글씨를 대문자로 변환 후, 살짝 작은 글씨로…
list BS5 - .list-unstyled 클래스 - 리스트 기본스타일과 왼쪽 padding 제거 (= .list…
3/4
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티 2
웹유틸
회원센터
홈짱닷컴 PC버전 로그인