mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
23 lines
649 B
HTML
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>
|