css

CSS: Add background

rosiequ

Ruxin Qu

Posted on July 11, 2022

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
💖 💪 🙅 🚩
rosiequ
Ruxin Qu

Posted on July 11, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related