bulma/docs/_includes/website/feature.html

10 lines
324 B
HTML
Raw Normal View History

2024-03-21 16:11:54 +00:00
<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>