Files
bulma/docs/_includes/global/fortyfour.html
2024-01-04 16:47:08 +00:00

23 lines
649 B
HTML

<a class="bd-fortyfour" href="https://gum.co/css-44-deluxe" target="_blank">
<p class="bd-fortyfour-label">My CSS ebook</p>
<figure class="bd-fortyfour-image">
{%
include elements/responsive-image.html
path="css-book/css-in-44-minutes-book-cover"
extension="png"
alt="CSS in 44 minutes book cover"
width="126"
height="176"
%}
</figure>
<p class="bd-fortyfour-text">My 44-page ebook to teach you <strong>CSS in 44 minutes</strong></p>
<div class="bd-fortyfour-cta">
<span class="button is-primary is-light is-rounded is-small">
<strong>Buy now →</strong>
</span>
</div>
</a>