m-box
Responsive block. Can only be used inside the m-boxes
tag.
TIP
Can only be used within m-boxes
Attributes
Attribute | Default Value | Description |
---|---|---|
align | center | Horizontal alignment. Options: left / right / center (align left / right / center). |
valign | top | Vertical alignment. Options: top / bottom / middle (align top / bottom / center). |
width | 300 | Block width in pixels |
Example
html
<m-boxes align="left" valign="middle">
<m-box width="435" align="left">...</m-box>
<m-box width="165" align="left">...</m-box>
</m-boxes>