cara menghapus gambar menggunakan css

#use display:none to hide image using css
{
  display:none;
}  
Curious Coyote