stacked lists
Wed Feb 09 2022 14:55:33 GMT+0000 (Coordinated Universal Time)
Saved by
@Shrushti
<ul class="stacked-list">
<li>
<div class="card__container">
<h2 class="card__title">Card Title</h2>
<h3 class="card__subtitle">Card subtitle</h3>
<p class="card__description">Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</li>
<li>
<div class="card__container">
<h2 class="card__title">Card Title</h2>
<h3 class="card__subtitle">Card subtitle</h3>
<p class="card__description">Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when
an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</li>
</ul>
content_copyCOPY
Comments