<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</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>Background-origin property example</h2>
<p>Here the background-origin is set to "border-box".</p>
<div class="example1">
<h2>Hallo Welt.</h2>
<p> Ein Absatz zum Beispiel.</p>
</div>
</body>
</html>