HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> body{ background-image: url("apple.png"); background-repeat: no-repeat; background-position: 25px 100px; height: 300px; } </style> </head> <body> <h1>CSS background-position Property</h1> <p>CSS background-position to 'length'</p> </body> </html>
OUTPUT
×

Save as Private