Skip to content

background-attachment

background-attachment 속성에 대한 유틸리티입니다.

배경 이미지의 위치를 viewport 내에 고정할지, 블록과 함께 스크롤할지 설정합니다.

클래스약어 클래스속성
background-attachment:fixedbg-attachment:fixed
bg-attch:fixed
background-attachment: fixed !important;
background-attachment:localbg-attachment:local
bg-attch:local
background-attachment: local !important;
background-attachment:scrollbg-attachment:scroll
bg-attch:scroll
background-attachment: scroll !important;
background-attachment:initialbg-attachment:initial
bg-attch:initial
background-attachment: initial !important;
background-attachment:inheritbg-attachment:inherit
bg-attch:inherit
background-attachment: inherit !important;