HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> body{ background: lightgreen url("apple.png") no-repeat fixed center; height: 800px; } </style> </head> <body> <h1>CSS background Property</h1> </body> </html>
OUTPUT
×

Save as Private