<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap');
.badge {
display: flex;
align-items: center;
width: auto;
left: 10px;
bottom: 20px;
font-family: 'Open Sans', sans-serif;
position: fixed;
z-index: 99;
border-radius: 3px;
padding: 7px 14px;
border: 1px solid #E2E8F0;
background: #fff;
color: #494949;
box-shadow: -1px 1px 5px #dbdbdb;
}
.badge:hover {
border: 1px solid rgba(78, 110, 178, 0.6);
}
.containerbadge {
margin-left: 10px;
}
.built {
color: #1b1c22;
font-size: 12px;
font-weight: 400;
}
img {
width: 20px;
}
</style>
</head>
<body>
<a target="blank" href="YOUR_REFERRAL_LINK_HERE">
<div class="badge">
<div>
<img src="https://carrd.co/assets/images/docs/brand/svg/icon-color.svg">
</div>
<div class="containerbadge">
<div>
<span class="built">Made with Carrd.co</span>
</div>
</div>
</div>
</a>
</body>
</html>