border-width (1) 썸네일형 리스트형 [CSS] border 속성 정리(border-width, border-style, border-color) border 관련 CSS 속성 border는 아래의 하위 속성을 포함한다. - border-width - border-style - border-color border-width border-width 속성은 border의 두께를 설정 default 값은 medium /* 키워드 값 */ border-width: thin | medium | thick; /* 값 */ border-width: 1px; /* top and bottom | left and right */ border-width: 1px 5px; /* top | left and right | bottom */ border-width: 1px 3px 5px; /* top | right | bottom | left */ border-width: .. 이전 1 다음