Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>Empty tables still account for paddings / borders</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="match" href="min-height-table-ref.html">
<style>
div {
display: table;
background-color: green;
border: 1px solid black;
padding: 155px;
}
</style>
<div></div>