mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
11 lines
196 B
HTML
11 lines
196 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
table { border-collapse: separate; border-spacing: 0 }
|
|
td { border: 20px groove; width: 100px; height: 100px}
|
|
</style>
|
|
<table>
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|