mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
268 B
HTML
14 lines
268 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div style="display: table">
|
||
|
<div style="display: table-row-group">
|
||
|
<div style="display: table-row">
|
||
|
<input style="display: table-cell;" type="image">
|
||
|
<input style="display: table-cell;" type="image">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|