Theme:

Stack

Stack layers its children on top of each other, with the rest peeking out behind - great for card piles and notifications.

Stacked Cards

Front

The top card in the pile.

Behind

Back

<div class="dui-stack"> <div class="dui-card …">Front</div> <div class="dui-card …">Behind</div> <div class="dui-card …">Back</div> </div>