1
0
mirror of https://github.com/classilla/tenfourfox.git synced 2025-03-09 00:30:31 +00:00

11 lines
376 B
HTML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
box-sizing: padding-box; height: 120px;
border: 40px transparent solid">
<!-- We need to be taller than intrinsic height, so use a min-height -->
<img src="lime100x100.png"
style="min-height: 100%; display: block; visibility: hidden;">
</div>
</body>