blob: 4fba8b6ffe2641d9edeea47750ee9ba7bef7ccd3 [file] [log] [blame]
<style>
body {
background-color: black;
}
div {
width: 100px;
height: 100px;
background-color: blue;
-webkit-mask-image: -webkit-named-image(apple-pay-logo-white);
-webkit-mask-size: 100% 100%;
}
</style>
<div></div>