repeat picture background css code example
Example: How to make a backgroud image with no repeat in html
.background {
background-image: url('name.jpeg');
background-repeat: no-repeat;
background-size: 100%;
}
.background {
background-image: url('name.jpeg');
background-repeat: no-repeat;
background-size: 100%;
}