728x90
CSS background-image background-repeat background-size background-position
background 관련 속성
background-image : 이미지 주소, 경로
background-repeat : 이미지 반복 여부
background-size : 이미지 사이즈 자동 축소 확대
background-position : 이미지 중앙부 포커스 출력
CSS Selector {
background-image : url('이미지주소');
/*이미지 반복 여부*/
background-repeat : no-repeat;
/*이미지 중앙부 포커스 출력*/
background-position : center;
/*커버에 맞춰 이미지 사이즈 자동 축소 확대*/
background-size : cover;
}
728x90
'프론트엔드 > CSS' 카테고리의 다른 글
[CSS] 변수 Variable 사용하기! (0) | 2021.03.12 |
---|---|
[CSS] Transition 애니메니션 효과 property duration timing-function (0) | 2021.03.05 |
[CSS] transform - Translate 수평, 수직 정렬 (0) | 2021.03.04 |
[CSS] box-sizing border-box content-box (0) | 2021.03.04 |
[CSS] BEM (Block Element Modifier) 표기법 (0) | 2021.03.04 |
댓글