blob: 47811f9458ae774f5bd51f795af0a40a38b67edc (
plain)
1
2
3
4
5
6
7
8
9
10
|
<span style="
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 45%; left: 45%;
image-rendering: crisp-edges;
background-size: 100% 100%;
transform: scaleX(-1);
"></span>
|