News

The "background-image" property enables you to indicate an image for your background. Include a link for the image in the "url" parameter. For example, the code might look like this:body ...
Position Background Images body{background-image:url('waterman.jpg');background-repeat:no-repeat;background-position:20px 60px;} Home CSS Backgrounds Background Image Codes ...