Comment utiliser une propriété d'arrière-plan dans CSS

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