Attempting to apply the CSS properties to the element:
url('example.png') center center 100% 100% no-repeat
Encountering an error message: Invalid property value
The format of the background property values should be:
background: color position size repeat
I am perplexed as to what I am doing incorrectly.