The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
> http://www.w3.org/TR/CSS2/ colors.html#propdef-background-position
>
> background-position: center center;
The correct way is: background-position: 50% 50%;
Discovered this the other day. Although center is valid, when parsed through the CSS validator at W3 it will convert it to numerics.
Learn something new everyday
background-position: center center;