mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Init v1
This commit is contained in:
9
docs/_includes/website/feature.html
Normal file
9
docs/_includes/website/feature.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user