DEV Community

Cover image for CSS: Add background
Ruxin Qu
Ruxin Qu

Posted on • Updated on

CSS: Add background

div{
  background-color: #???;
  z-index: -1;
  height: 600px;
  display: block;
  position: absolute;
  top: 0; 
  bottom: 0;
  left: 0;
  right: 0;}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)