border-style
border-style 속성에 대한 유틸리티입니다.
요소의 테두리 선 스타일을 설정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
border-style:none | bd-style:none | border-style: none !important; |
border-style:hidden | bd-style:hidden | border-style: hidden !important; |
border-style:dotted | bd-style:dotted | border-style: dotted !important; |
border-style:dashed | bd-style:dashed | border-style: dashed !important; |
border-style:double | bd-style:double | border-style: double !important; |
border-style:groove | bd-style:groove | border-style: groove !important; |
border-style:ridge | bd-style:ridge | border-style: ridge !important; |
border-style:solid | bd-style:solid | border-style: solid !important; |