mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
08ef4df2c0
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
10 lines
196 B
HTML
10 lines
196 B
HTML
<section class="bd-banner bd-is-{{ include.color }}">
|
|
<div class="bd-banner-body">
|
|
<p class="bd-banner-title">
|
|
{{ include.title }}
|
|
</p>
|
|
|
|
{{ include.more }}
|
|
</div>
|
|
</section>
|