-CSS Border Images border 속성 : width - style - color 순서 width : 테두리의 두께, 단위는 주로 px style : 테두리의 스타일 (실선, 점선, 이중선) color : 테두리의 색상 border -> transparent : 투명을 지정 border-image 의 5가지 속성 border-image-source border-image-slice border-image-width border-image-outset border-image-repeat -CSS Gradients div { background-image: linear-gradient(to bottom right, white, green); } white to red to blue to gree..