blob: b468a29b57276814a7b17eaf4b50335775075ea3 [file] [log] [blame]
<style>
body {
background-color: black;
}
div {
width: 100px;
height: 100px;
background-image: -webkit-named-image(apple-pay-logo-white);
background-size: 50px 50px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
</style>
<div></div>