Grid Elements

Column takeover space

Column HTML Example

Click to copy
<div class="grid grid-gap-xs grid-column-3">
        <div class="grid-span-3">Element full width </div>
        <div>Element 1/3 of full width</div>
        <div>Element 1/3 of full width</div>
        <div>Element 1/3 of full width</div>
        <div class="grid-span-2">Element 2/3 </div>
        <div>Element 1/3 of full width</div>
        <div>Element 1/3 of full width</div>
        <div>Element 1/3 of full width</div>
    </div>

Available Classes

Visual Example

Element full width
Element 1/3 of full width
Element 1/3 of full width
Element 1/3 of full width
Element 2/3
Element 1/3 of full width
Element 1/3 of full width
Element 1/3 of full width

Row takeover space

Row HTML Example

Click to copy
<div class="grid grid-gap-xs grid-column-3 grid-row-3">
    <div class="grid-row-2">Element takes 2 rows</div>
    <div>Element 1/3 of full width</div>
    <div>Element 1/3 of full width</div>
    <div>Element 1/3 of full width</div>
</div>

Available Classes

Visual Example

Element full width
Element 1/3 of full width
Element 1/3 of full width
Element 1/3 of full width

Comments Area

No comments have been posted yet. Please feel free to comment first!

Note: Make sure your comment is related to the topic of the article above. Let's start a personal and meaningful conversation!

LEAVE A COMMENT

Please add to the discussion in a constructive way. If you disagree, please be polite.