mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
248 B
HTML
13 lines
248 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
table {border-collapse: collapse;
|
||
|
border-bottom: 300px solid orange}
|
||
|
div {width:10px; height: 10px; border:thin green solid;}
|
||
|
td {padding:0px;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<table><tr><td><div></div></td></tr></table>
|
||
|
|
||
|
<div></div>
|
||
|
</html>
|