Padding
utility
Set element padding.
utility
Set element padding.
| Example | Element with padding |
| HTML code | <div class="ek-border ek-padding ek-bg--white" style="border-style:dashed">Element with padding</div> |
| Type | particle |
| Group | utility |
| Todo | tailwid p-0 etc. Now in tailwind.css |
Elements Css style
| vertical | Vertical Adds padding to the top and bottom. |
| horizontal | Horizontal Adds padding to the left and right. |
| top | Top Adds padding to the top. |
| right | Right Adds padding to the right. |
| bottom | Bottom Adds padding to the bottom. |
| left | Left Adds padding to the left. |
| mini | Mini |
| small | Small |
| large | Large |
| jumbo | Jumbo |