mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
319 B
HTML
19 lines
319 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
td {width: 100px; text-align:center}
|
|
div {position:absolute; border:green 4px solid}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<table style="border-collapse:collapse;">
|
|
<tr><td style="border:solid 4px orange; height:30px">cell 1</td></tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|