Answers for "image stretching the page css"

CSS
0

how to stretch picture with website css

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

Code answers related to "image stretching the page css"

Browse Popular Code Answers by Language