|
|
|
|
|
by spohlenz
5003 days ago
|
|
Not quite. You've added those to the body element (inline as well, which is a bad idea), whereas the background is on the #wrapper div. I'd suggest moving the background onto the body element, and adding the background-size definitions to the body element but within your CSS. With that fixed, it looks very nice indeed. |
|