• 회원가입
  • 로그인
  • 구글아이디로 로그인

[typography] BS5 - .text-lowercase 클래스 - 텍스트를 소문자로 변환 (= .text-lowercase 클래스 = 텍스트로우어케이스클래스)

목차
  1. .text-lowercase 예제 - 소문자로 변환
  2. .text-lowercase 정의

 

.text-lowercase 예제 - 소문자로 변환

 

<div class="container mt-3">

  <p class="text-lowercase">홈짱닷컴 Homzzang.com</p>

  <p class="text-uppercase">홈짱닷컴 Homzzang.com</p>      

  <p class="text-capitalize">홈짱닷컴 Homzzang.com</p>

</div>

 

결과보기

 

.text-lowercase 정의

 

영문 텍스트를 소문자로 변환.

 


[정의]

 

.text-lowercase {

  text-transform: lowercase !important;

}

 

 


분류 제목
게시물이 없습니다.
3/2
목록
찾아주셔서 감사합니다. Since 2012