background-position
|
|
<html> <head> <title>Background position </title> <style> body {background-color: cyan; background-image: url(http://www.navioo.com/style/logo.png); background-repeat: repeat-x; background-position: center;} </style> </head> <body>
</body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|