HTML and CSS Reference
In-Depth Information
background-image: url(test-image.jpg);
background-position: 0 100%;
background-repeat: no-repeat;
background-attachment: fixed;
Part of the image has been cut o ! because it begins outside of the element.
The Background Shorthand Property
Instead of writing out all of these rules each time, we can combine them into
a single rule. It takes the following format:
background: <color> <image> <position> <attachment> <repeat>
Search WWH ::




Custom Search