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