Substituição de imagem CSS padrão - CSS-Tricks

Anonim
h1#logo ( width: 200px; // width of image height: 100px; // height of image background: url(… /path/to/image.jpg.webp); text-indent: -9999px; )

Esta técnica é creditada a Mike Rundle e conhecida como Método Phark. Existem muitas outras técnicas para substituição de imagens CSS.