mirror of
https://github.com/servo/servo.git
synced 2025-08-01 03:30:33 +01:00
17 lines
235 B
HTML
17 lines
235 B
HTML
<style>
|
|
table {
|
|
font-size: 10px;
|
|
font-family: Ahem;
|
|
}
|
|
img {
|
|
vertical-align: bottom;
|
|
width: 10px;
|
|
height: 10px;
|
|
background: black;
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr>
|
|
<td id="td">1234567<img id="img" src=""></td>
|
|
</tr>
|
|
</table>
|