blob: 8969a5ecb113d1f64ba3ea92ba23402d6d901c60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
div {
zoom: 0.5;
width: 26px;
height: 26px;
background-image: url('resources/bg_position_larger.gif');
background-position: 36px 36px;
}
</style>
<div></div>
|