Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <style> body { background-image: url('example_img_girl.jpg'); background-repeat: no-repeat; } </style> </head> <body> <h2>Arrière-plan Pas de Répétition</h2> <p>Vous pouvez éviter que l'image ne se répète en définissant la propriété background-repeat sur "no-repeat".</p> </body> </html>