blob: e27f005199c495124da12e256920fbc480811697 [file] [log] [blame]
<!-- Blend a background image and a background color specifying background-size: contain -->
<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
<style>
div {
background-size: contain;
}
</style>
</head>
<body>
<div class="gray7 margin10 bigbox white-svg bg-multiply"></div>
</body>