background-attachment
background-attachment 속성에 대한 유틸리티입니다.
배경 이미지의 위치를 viewport 내에 고정할지, 블록과 함께 스크롤할지 설정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
background-attachment:fixed | bg-attachment:fixed bg-attch:fixed | background-attachment: fixed !important; |
background-attachment:local | bg-attachment:local bg-attch:local | background-attachment: local !important; |
background-attachment:scroll | bg-attachment:scroll bg-attch:scroll | background-attachment: scroll !important; |
background-attachment:initial | bg-attachment:initial bg-attch:initial | background-attachment: initial !important; |
background-attachment:inherit | bg-attachment:inherit bg-attch:inherit | background-attachment: inherit !important; |