<style>
body {
    background-color : red;
    background-size : 100% 250px;		  /* 너비 : 100%, 높이 : 250px */
    background-image : url('Background.jpg');
}

</style>

 

'Web > CSS' 카테고리의 다른 글

CSS 글자 속성(font, text)  (0) 2020.07.13
CSS 가시 속성(display)  (0) 2020.07.13
박스 모델  (0) 2020.07.13
CSS Selector  (0) 2020.04.22
리팩토링  (0) 2020.03.24

+ Recent posts