Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> body { padding: 102px; background-image: url("/uploads/media/default/0001/02/55a2f152f59bf42a99b576d44a4578ec9daa0ab6.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: left top; } </style> </head> <body> <h2>Exemple de la propriété background-position</h2> <p>La background-image est positionnée au coin supérieur-gauche de l'élément.</p> </body> </html>