/* Color (Example: red): */ html,body { background-color: red; } /* Image (Example: your.picture): */ html,body { background-image: url("your.picture"); }