Answers for "in css by default a background image will repeat _____"

CSS
4

How to make a backgroud image with no repeat in html

.background {
background-image: url('name.jpeg');
background-repeat: no-repeat;
background-size: 100%;
}
Posted by: Guest on July-14-2020

Code answers related to "in css by default a background image will repeat _____"

Browse Popular Code Answers by Language