1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-24 11:16:27 +02:00
Files
csslayout/contents/_includes/css-scan.njk
Phuoc Nguyen 80d924aeaf feat: Banner
2022-09-22 10:19:48 +07:00

12 lines
483 B
Plaintext

<a class="cssscan" href="https://gumroad.com/a/719368019" target="_blank">
<div class="cssscan__inner">
<p class="cssscan__title">Have you seen CSS Scan?</p>
<p class="cssscan__desc">The fastest and easiest way to check, copy and edit CSS.</p>
<p class="cssscan__more">Learn more →</p>
<img
class="cssscan__image"
src="https://toastlog.com/img/logos/cssscan.svg"
alt="CSS Scan logo"
/>
</div>
</a>