Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> div { border: 10px double #ccc; padding: 25px; background: url("/uploads/media/default/0001/01/0710cad7a1017902166203def268a0df2a5fd545.png"); background-repeat: no-repeat; background-origin: padding-box; } </style> </head> <body> <h2>Exemple de la propriété background</h2> <p>Ici background-origin: padding-box (par défaut) est défini.</p> <div></div> </body> </html>