Answers for "css background full size"

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
2

css cover

background-size: cover;
Posted by: Guest on November-12-2020

Code answers related to "css background full size"

Browse Popular Code Answers by Language