blob: 50827978faab6e935998bdf17f4a5f8a139fb0bb [file] [edit]
<style>
table {
margin-left: 100px;
}
td {
background-color: green;
color: transparent;
font-familiy: Ahem;
font-size: 20px;
height: 100px;
}
</style>
<table>
<td>XXX</td>
</table>