Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Pure CSS, tested in Internet Explorer, Fire Fox, and Opera:</p> <pre><code>&lt;style type="text/css"&gt; /*&lt;![CDATA[*/ .A { float: left; margin: 0px 6px 0px 0px; } .A1 { border: 1px solid black; float: left; width: 100px; height: 74px; margin: 0px 0px 6px 0px; } .A2 { border: 1px solid black; float: left; width: 100px; height: 83px; clear: left; } .B { float: left; margin: 0px 6px 0px 0px; } .B1 { border: 1px solid black; float: left; width: 100px; height: 47px; margin: 0px 0px 6px 0px; } .B2 { border: 1px solid black; float: left; width: 100px; height: 126px; clear: left; } .C { float: left; margin: 0px 6px 0px 0px; } .C1 { border: 1px solid black; float: left; width: 100px; height: 107px; margin: 0px 0px 6px 0px; } .C2 { border: 1px solid black; float: left; width: 100px; height: 49px; clear: left; } .D { float: left; margin: 0px 6px 0px 0px; } .D1 { border: 1px solid black; float: left; width: 316px; height: 60px; margin: 0px 0px 6px 0px; } .D2 { } .D2A { border: 1px solid black; float: left; width: 100px; height: 86px; clear: left; margin: 0px 6px 6px 0px; } .D2B { border: 1px solid black; float: left; width: 100px; height: 116px; margin: 0px 6px 6px 0px; } .D2C { border: 1px solid black; float: left; width: 100px; height: 131px; margin: 0px 0px 6px 0px; } .E { border: 1px solid black; float: left; width: 100px; height: 202px; } /*]]&gt;*/ &lt;/style&gt; &lt;div class="A"&gt; &lt;div class="A1"&gt; A1 &lt;/div&gt; &lt;div class="A2"&gt; A2 &lt;/div&gt; &lt;/div&gt; &lt;div class="B"&gt; &lt;div class="B1"&gt; B1 &lt;/div&gt; &lt;div class="B2"&gt; B2 &lt;/div&gt; &lt;/div&gt; &lt;div class="C"&gt; &lt;div class="C1"&gt; C1 &lt;/div&gt; &lt;div class="C2"&gt; C2 &lt;/div&gt; &lt;/div&gt; &lt;div class="D"&gt; &lt;div class="D1"&gt; D1 &lt;/div&gt; &lt;div class="D2"&gt; &lt;div class="D2A"&gt; D2 &lt;/div&gt; &lt;div class="D2B"&gt; D3 &lt;/div&gt; &lt;div class="D2C"&gt; D4 &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="E"&gt; E &lt;/div&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload