CSS/속성 - 배경

background-color

appmaster 2021. 1. 12. 12:06

요소의 배경 색상을 지정

 

 

속성값

의미 기본값
색상 요소의 배경 색상  
transparent 투명 transparent
div{
  width: 200px;
  height: 100px;
  background-color: tomato;
}

'CSS > 속성 - 배경' 카테고리의 다른 글

background-attachment  (0) 2021.01.12
background-position  (0) 2021.01.12
background-repeat  (0) 2021.01.12
background-image  (0) 2021.01.12
background  (0) 2021.01.12