You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<style>
.container {
position: relative;
color:#0B5345 ;

text-align: center;
}

.topright {
position: absolute;
top: 8px;
right: 10px;
font-size: 10px;
margin:0px 150px 150px 10px;
}

img {
width: 10%;
height:5px 5px 5px ;
opacity: 1;
float:right;
margin:0px 150px 150px 10px;
cursor:pointer;

}
.para{
position: absolute;
top:250px;
left:150px;
color: #0545B3;
text-align: center;
}

body {
background: url("img_flwr.gif");
background-color:#A9EAD9 ;
background-size: 80px 60px;
background-repeat: no-repeat;
padding-top: 40px;
}

</style>
</head>
<body>
<div class="container">
<h2>Customer Creation Slip</h2>
<h3><a href="/home/test/Desktop/islamic.pdf">HTML Images</a><h3>

</div>
<div class="container">
<img src="/home/h/Desktop/pe.png" alt="page" width="100" height="100">
<div class="topright">Customer Image</div>
</div>
<div class="para">

<p>This is Advice for the newly created customer </p> </div>


</body>
</html>

You might also like