mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
10 lines
292 B
HTML
10 lines
292 B
HTML
|
<!DOCTYPE html>
|
||
|
<body>
|
||
|
<div style="display: inline-block; background: blue; height: 200px">
|
||
|
<img src="lime100x100.png"
|
||
|
style="height: 200px; display: block; visibility: hidden;
|
||
|
padding: calc(15%) 30px;
|
||
|
box-sizing: border-box;">
|
||
|
</div>
|
||
|
</body>
|