Why linear-gradient won't work fine?

KeyshawnJohnson

New Member
When it starts loading page, I see this image before it renders content for just a moment.
How can I fix this?what do I need to check?I'm using twitter-bootstrap.
There are navi, well, and fluid.
L9efC.png
CSS\[code\]body { min-width: 350px; padding-top: 50px; padding-bottom: 50px; padding-left: 20px; padding-right: 20px; background-color: rgb(49, 57, 68); background-image: linear-gradient(to bottom, rgb(49, 57, 68), rgb(32, 37, 44));}\[/code\]
 
Back
Top