Deck

Container component.
Can not be used on its own, but only act as a containing parent to any other block of content that takes up its full parenting width.
A Deck acts as a horizontal block to have content in. Every section on each page should be placed inside a Deck.

As default it has a little margin in the bottom, other than that it's unstyled.


Deck

Component status: WIP

Container component.
Can not be used on its own, but only act as a containing parent to any other block of content that takes up its full parenting width.
A Deck acts as a horizontal block to have content in. Every section on each page should be placed inside a Deck.

As default it has a little margin in the bottom, other than that it's unstyled.

<section class="deck ">
    <div class="designsystem-box"></div>
</section>
<section class="deck ">
    <div class="designsystem-box tall-box"></div>
</section>
<section class="deck ">
    <div class="designsystem-box"></div>
</section>
Se mere