blob: 53908b0347d6514c9f01e96c0bfb6e9721c45a51 [file] [log] [blame]
<!-- Blend a background image and a background color specifying background-position in percentage, such as 50% 50% -->
<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
<style>
div {
background-position: 10% 10%;
}
</style>
</head>
<body>
<div class="gray7 margin10 bigbox white-svg bg-multiply"></div>
</body>