Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS background-position property</title> </head> <body> <p style="background-image:url(../../images/img_nat.png); height:120px; background-repeat: no-repeat; background-position: 150px;">This element represent background-position property.</p> </body> </html>
  Preview Arrow