20 lines
348 B
HTML
20 lines
348 B
HTML
<html reftest-zoom="1.6">
|
|
<head>
|
|
<style>
|
|
#xx {
|
|
background-image: url("1421191-1.png");
|
|
background-position: -61px -797px;
|
|
background-position-x: -61px;
|
|
background-position-y: -797px;
|
|
background-repeat: no-repeat;
|
|
background-size: 82px auto;
|
|
display: block;
|
|
height: 24px;
|
|
width: 22px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span id="xx"></span>
|
|
</body>
|
|
</html>
|