CSS BACKGROUND-IMAGE - CSS3 Examples

CSS BACKGROUND-IMAGE

Written by jon on 8:26 AM
The background-image property sets an image as the background.Tip: Always set a background-color to be used if the image is unavailable.

Inherited: No

Example
body {
background-image: url(stars.gif);
background-color: #000000
}
Possible Values
Value Description
url The path to an image
none No background image



Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS BACKGROUND-IMAGE ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :