blob: 272d76720e8cdbd24408f82edcef8745390b22c0 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
box-sizing: border-box; height: 200px;
border: 40px transparent solid">
<img src="lime100x100.png"
style="height: 100%; display: block; visibility: hidden;">
</div>
</body>
|