Html for Add
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>quick Add</title>
<style>
.add-container{
position: relative;
display: inline-block;
}
.add-container img{
max-width: 100%;
vertical-align: middle;
}
.text-overlay{
position: absolute;
padding: 15px 15px 20px;
bottom: 0;
background-color: rgba(84, 84, 84, 0.50);
}
.text-overlay h3{
margin: 0;
color: #E11822;
line-height: 1.2em;
font-family:Trebuchet MS;
font-weight: 100;
font-size: 1em;
padding-bottom: 13px;
}
.text-overlay a{
color: #ffffff;
background: #E11822;
padding: 7px 15px;
font-size: .9em;
font-weight: bold;
text-decoration: none;
font-family:Trebuchet MS;
}
.text-overlay a:after{
content: '>';
font-size: .9em;
padding-left:5px;
color: #000000;
display: inline-block;
}
</style>
</head>
<body>
<div class="add-container">
<img src="shutterstock_235957258_bw.jpg" alt="public liability insurance article image" width="213" height="163">
<div class="text-overlay">
<h3>See what our customers say about us</h3>
<a href="/business/knowledge-centre/insurance-guides/public-liability-insurance" >View their comments</a>
</div>
</div>
</body>
</html>