blob: 66db649e9bf803ca2fcbfed6b3ad9a0267251968 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<style>
table { border-collapse: separate; border-spacing: 0 }
td { border: 20px ridge; width: 100px; height: 100px}
</style>
<table>
<tr>
<td></td>
</tr>
</table>
|