Cómo usar una propiedad de fondo en CSS

/*This is an example*/
.example {
  background: url("Yeet");
}
Insert_Name_Here