mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
278 B
HTML
22 lines
278 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<style>
|
||
|
.pad { padding: 100%; }
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<table>
|
||
|
<div class="pad">x</div>
|
||
|
<tr>
|
||
|
<td>a</td>
|
||
|
<td>b</td>
|
||
|
<div class="pad">c</div>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|