본문 바로가기

프로그래밍언어/HTML, CSS

내 마음대로 적는 CSS - 2 : background 관련 CSS 총집합!

background-color: white;
background-image: url('image.jpg');

background-position: center;
background-size: contain;
background-repeat: no-repeat;

background-attachment: fixed;