text-transform
페이지 정보

본문
text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
none : No capitalization. The text renders as it is. This is default
capitalize : Transforms the first character of each word to uppercase
uppercase : Transforms all characters to uppercase
lowercase : Transforms all characters to lowercase
initial : Sets this property to its default value.
inherit : Inherits this property from its parent element.
none : No capitalization. The text renders as it is. This is default
capitalize : Transforms the first character of each word to uppercase
uppercase : Transforms all characters to uppercase
lowercase : Transforms all characters to lowercase
initial : Sets this property to its default value.
inherit : Inherits this property from its parent element.
- 이전글CSS 캐시 반영 20.09.18
댓글목록
등록된 댓글이 없습니다.