mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
11 lines
223 B
HTML
11 lines
223 B
HTML
<div class="bd-call bd-is-{{ include.color }}">
|
|
<div class="bd-call-body">
|
|
<p class="bd-call-text">
|
|
{{ include.text }}
|
|
</p>
|
|
<p class="bd-call-button">
|
|
{{ include.button }}
|
|
</p>
|
|
</div>
|
|
</div>
|