<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Background shorthand property</title> <style> body { background: green url("examples/resources/favicon.png") no-repeat fixed 300px 30px; } </style> </head> <body> <h1>Happy Morning..</h1> <p>Enjoy your day...</p> </body> </html>