mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
302 B
HTML
16 lines
302 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
div.spacer {width:20px; height: 20px;}
|
||
|
table {background-color: lime;}
|
||
|
td {background-color: green;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table cellpadding="30px"><tr>
|
||
|
<td> <div class="spacer"></div> </td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|