배경관련 css 속성

현성·2023년 11월 13일
0

사용예시

div {
	width: 200px;
    height: 200px;
    background-color: orange;
    background-image: url("이미지의 경로");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

background-attachment

  • scroll : 이미지가 요소를 따라서 같이 스크롤
  • fixed : 이미지가 뷰포트에 고정, 스크롤 X
  • local : 요소 내 스크롤 시 이미지가 같이 스크롤 (거의 쓸 일 없음)
profile
👈🏻 매일 꾸준히 성장하는 개발자 !

0개의 댓글