<?xml version="1.0" encoding="UTF-8"?><property><name>column-gap</name><description><![CDATA[The gap between columns]]></description><keywords><![CDATA[css property column-gap column gap]]></keywords><longDescription><![CDATA[<p>The <code>column-gap</code> property sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.</p>
<p>The <code>normal</code> value is UA-specific. A value of <code>1em</code> is suggested.</p>
<p>Column gaps cannot be negative.</p>

<h2>Syntax</h2>
<p><code>column-gap: &lt;length&gt; | normal;</code></p>

]]></longDescription><syntaxes></syntaxes><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-multicol/#column-gap0]]></version></versions></property>