Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
.image1 {
position: absolute;
top: 10px;
left: 10px;
border: 1px solid #000000;
z-index: 1;
}
.image2 {
position: absolute;
top: 25px;
left: 25px;
border: 1px solid #000000;
z-index: 2;
}
</style>
</head>
<body>
<img class="image1" src="/uploads/media/default/0001/01/25acddb3da54207bc6beb5838f65f022feaa81d7.jpeg" />
<img class="image2" src="/uploads/media/default/0001/01/25acddb3da54207bc6beb5838f65f022feaa81d7.jpeg" />
</body>
</html>