Syntax

background: url(“sprite-image.png”);

background-position: -20px 50px;

background: url(“sprite-image.png”) -20px 50px;

Remarks

For some use cases, sprites are slowly falling out of favor, being replaced by icon webfonts or SVG images.