css don't repeat background image code example
Example 1: no repeat background
background-repeat: no-repeat;
Example 2: how to make image not repeat on background
.image {
background-repeat: no-repeat;
}
background-repeat: no-repeat;
.image {
background-repeat: no-repeat;
}