Answers for ":fullscreen css"

CSS
0

how to cover full image in css

body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
Posted by: Guest on March-03-2020
0

make div fullscreen

div {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
Posted by: Guest on June-26-2021

Browse Popular Code Answers by Language