Source code
Revision control
Copy as Markdown
Other Tools
<head>
<style><![CDATA[
#target { border-spacing: 20px; }
#target > * { display: table-cell; border: 1px solid black; }
]]></style>
</head>
<body>
<p>There should be 20px border-spacing in the table below.</p>
<div id="target">
<div>First cell</div>
<div>Second cell</div>
</div>
</body>
</html>