728x90 300x250 SMALL background-clip: text1 background-clip 속성 background-clip background-clip은 배경범위를 어디까지 설정할지를 조절하는 css입니다. background-clip 속성 border-box 박스 모델의 가장 외곽인 테두리(board)까지 배경을 적용 background-clip: border-box; .bg { background: url("../img/bike.jpg"); background-clip: border-box; border: 10px dashed; padding: 30px; font-size: 50px; font-weight: 600; color: #fff; } border에 배경이 들어가있는 지 확인하기 위해 border 속성을 dashed로 주면 border 영역까지 배경이미지가 들어간걸 확인 할 수 있다. .. 2021. 12. 5. 이전 1 다음 728x90 반응형 LIST