Cards
A flexible container with graceful spacings across devices and viewports.
<article>I'm a card!</article>
You can use <header>
and footer <footer>
inside <article>
<article>
<header>Header</header>
Body
<footer>Footer</footer>
</article>