CSS background-imagee property

CSS background-imagee property example read more on http://www.ebhor.com/css-background/

by Ebhor.com The Free Tutorials

HTML

<body>

    <h1>CSS background-imagee property</h1>
    <p>background-image property is used to set background image.
    </p>

CSS

body {
            background-image: url("https://www.ebhor.com/examples/images/pexels-photo-1193743.jpeg");
        }