Answers for "css div background full screen"

CSS
0

css full cover background image

body { 
  background: url(path/to/bg-image.jpg) no-repeat center center fixed;
  background-size: cover;
}
Posted by: Guest on March-31-2021
7

make a div full screen css

height: 100vh
Posted by: Guest on July-27-2020

Code answers related to "css div background full screen"

Browse Popular Code Answers by Language