Answers for "how to get the background image url to not repeat and stretch to full width"

CSS
1

html how to use a background image fill not stretch

.cover {
  object-fit: cover;
}
Posted by: Guest on March-02-2021

Code answers related to "how to get the background image url to not repeat and stretch to full width"

Browse Popular Code Answers by Language