Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> body { background: #ccc url("/uploads/media/default/0001/01/0710cad7a1017902166203def268a0df2a5fd545.png") repeat-y; background-position-x: left; } </style> </head> <body> <h2>Ein Beispiel für die Eigenschaft background-position-x</h2> </body> </html>