how to make image not repeat on background

CSS
.image {
 background-repeat: no-repeat;
}
Source

Also in CSS: