본문 바로가기
Front End/HTML & CSS

[CSS] 김버그의 HTML&CSS는 재밌다 | Background

by 옐 FE 2021. 4. 29.

  [Background]  

 

 


 

.background {
  background-color: #0066ff; /* hex rgb rgba */
  background-image: url (); /* 이미지경로 넣기 */
  background-repeat: no-refeat;
  background-size: cover; /* contain | cover | custom */
  background-position: center center; /* x y */
}

 

 

 

댓글