mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
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>
|