I <span class="heart"></span> you.
body {
background: #333;
color: #fff;
font-family: 'Archivo Black', sans-serif;
font-size: 3em;
margin-top: 1em;
text-align: center;
text-transform: uppercase;
}
.heart {
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.png");
background-size: 100%;
background-repeat: no-repeat;
display: inline-block;
position: relative;
height: 50px;
width: 50px;
top: 10px;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.