mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00: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>
|