Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .example1 { border: 5px dashed #666; padding: 35px; background: url("/uploads/media/default/0001/01/25acddb3da54207bc6beb5838f65f022feaa81d7.jpeg"); background-repeat: no-repeat; background-origin: padding-box; } </style> </head> <body> <h2>Exemple de la propriété background-origin</h2> <p>Ici background-origin est définie à "border-box".</p> <div class="example1"> <h2>Bonjour, monde.</h2> <p> Quelque texte.</p> </div> </body> </html>