The background-position property can be set in a variety of ways such as "top right" or "16px 16px" or "50% 75%" etc.
Question: is there a way to position a background image then offset that position?
For example: set the background-position to "top right" then shift it left 16px and down 16px using "-16px 16px"?