mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
10 lines
324 B
HTML
10 lines
324 B
HTML
|
<a class="bd-feature is-{{ include.id }}" href="{{ include.href }}">
|
||
|
<div class="bd-feature-body">
|
||
|
<span class="icon is-medium">
|
||
|
<i class="{{ include.icon }}"></i>
|
||
|
</span>
|
||
|
<h2 class="bd-feature-title">{{ include.title }}</h2>
|
||
|
<h3 class="bd-feature-subtitle">{{ include.subtitle }}</h3>
|
||
|
</div>
|
||
|
</a>
|