Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background: #ccc url("/uploads/media/default/0001/01/0710cad7a1017902166203def268a0df2a5fd545.png") no-repeat fixed center; } </style> </head> <body> <h2>Exemple de la propriété background</h2> <p>Dans cet exemple, la propriété background spécifie background-color, la propriété background-image pour définir une image pour le fond, background-repeat pour spécifier que l'image ne soit pas répétée, background-attachment pour spécifier si l'image est fixée et background-position pour spécifier que l'image était au centre.</p> </body> </html>