--- title: border-image-source slug: Web/CSS/border-image-source tags: - CSS - CSS Borders - CSS Property - Reference translation_of: Web/CSS/border-image-source ---
border-image-source
CSS 속성은 요소의 테두리 이미지로 사용할 원본 이미지를 지정합니다.
{{cssxref("border-image-slice")}} 속성으로 나뉜 구역을 사용해 최종 테두리 이미지를 생성합니다.
/* 키워드 값 */ border-image-source: none; /* <image> 값 */ border-image-source: url(image.jpg); border-image-source: linear-gradient(to top, red, yellow); /* 전역 값 */ border-image-source: inherit; border-image-source: initial; border-image-source: unset;
none
{{csssyntax}}
{{cssxref("border-image")}}에서 확인할 수 있습니다.
Specification | Status | Comment |
---|---|---|
{{SpecName('CSS3 Backgrounds', '#the-border-image-source', 'border-image-source')}} | {{Spec2('CSS3 Backgrounds')}} | Initial definition |
{{cssinfo}}
{{Compat("css.properties.border-image-source")}}