Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> html { height: 50%; } body { padding-top: 30px; background: url("/build/images/w3docs-logo-black.png") no-repeat; background-position-y: top; } </style> </head> <body> <h2>Background-position-y property example</h2> </body> </html>