The background-repeat Property
|
Value Purpose
repeat This causes the image to repeat to cover the whole page.
repeat-x The image will be repeated horizontally across the page (not down the whole page vertically).
repeat-y The image will be repeated vertically down the page (not across horizontally).
no-repeat The image is displayed only once.
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
|