Answers for "repeatable background image"

3

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
1

repeatable background image

body {
background-image: url('Background_image.png');
}
Posted by: Guest on April-20-2021

Code answers related to "repeatable background image"

Browse Popular Code Answers by Language