
iv {
border: 10px dotted black;
padding: 15px;
background: lightblue;
background-clip: padding-box;
background-clip: border-box|padding-box|content-box|initial|inherit;
}
이 background-clip속성은 배경 (색상 또는 이미지)이 요소 내에서 연장되어야하는 거리를 정의합니다.