Answers for "image stretch 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

how to stretch picture with website css

body {
  background-size: cover; 
}
Posted by: Guest on October-09-2020

Browse Popular Code Answers by Language