Background

    [2021/12/20]국비지원 CSS3 2-(2) Background

    [2021/12/20]국비지원 CSS3 2-(2) Background

    background property : 통합 가능하며, 그 순서는 color부터 attachment의 순으로 이뤄짐 background-color : 배경색. 색상은 red blue black과 같은 naming color 또는 rgb, rgba, hsl, hsla과 같은 색상코드로 입력 가능 background-image : 배경에 넣을 이미지 background-repeat : 배경이미지 등을 반복적으로 표현할 것인가, 에 대한 것 한번만 하겠다 : no-repeat 반복적이어야 한다 : repeat x축반복 : repeat-x y축 반복 : repeat-y background-position : 위치값 설정 default = left top, 0 0 50% 50% = center center 100..