cssOMS/tests/app/sizes.php
2022-02-19 13:57:39 +01:00

53 lines
2.0 KiB
PHP
Executable File

<div><!-- The parent element is display: flex; therefore we need to trick the content this way in order to allow floating! -->
<section class="box wf-100 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-50 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-50 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-33 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-33 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-33 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-75 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-66 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-33 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-50 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
<section class="box wf-25 floatLeft">
<section class="inner center">&nbsp;</section>
</section>
</div>