mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
22 lines
271 B
HTML
22 lines
271 B
HTML
|
<html>
|
||
|
<style>
|
||
|
#o-content-overflow {
|
||
|
width: 100px;
|
||
|
overflow: hidden;
|
||
|
text-align: left;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td align="center">
|
||
|
<div id="o-content-overflow">
|
||
|
ddddddd
|
||
|
</div>
|
||
|
</td>
|
||
|
<td>test</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|