ZindaCSS

Width in ZindaCSS

You can set the width of an object using a value from one to ten.

Predefined values

This is a random test object

Custom values

You can also have custom values width the following syntax.
<div class="width_value">Random object</div>
Examples:
<div class="width_300px">Random object</div>
<div class="width_15%">Random object</div>
<div class="width_3em">Random object</div>
<div class="width_66ch">Random object</div>