Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background: #eee url("/uploads/media/default/0001/01/4982c4f43023330a662b9baed5a407e391ae6161.jpeg") no-repeat center 100px; background-size: cover; } </style> </head> <body> <h2>Background property example</h2> <p>Here the size for the background is set to cover.</p> </body> </html>