ZindaCSS

Custom values in ZindaCSS

Custom Values

You can add custom values in Zinda CSS. In case a certain value is not predefined, you can make it yourself.
Example:

<div class="color_#ffeedd">Test</div>
<div class="w_500px">Test</div>
<div class="pad_3%">Test</div>
<div class="shadow_3px">Test</div>
It has to be separated by underscore(_);

You can have the following values for the property: