how to add an image in css

CSS
.element {
  background-image: url("imageFile.png");
}
Source

Also in CSS: