+ 2
Why isn't the image filling the background?
2 ответов
+ 2
By definition there is just one body element in an HTML document. you've got two of them.
The solution for you should be to delete the second one and set the attribute for the first and only one in your document.
+ 5
By the way where is image?