Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
div {
width: 100%;
height: 100px;
background: url("/build/images/emojin-01.svg") no-repeat center, linear-gradient(135deg, lightgreen 0, lightblue 100%);
background-size: contain;
}
</style>
</head>
<body>
<div></div>
</body>
</html>