oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Update blockquote component #123

Open robsonsobral opened 2 years ago

robsonsobral commented 2 years ago

Like this sample from MDN:

<figure>
    <blockquote cite="https://www.huxley.net/bnw/four.html">
        <p>Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.</p>
    </blockquote>
    <figcaption>—Aldous Huxley, <cite>Brave New World</cite></figcaption>
</figure>