mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Reorganize index
This commit is contained in:
35
docs/_includes/index/fullheight.html
Normal file
35
docs/_includes/index/fullheight.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<section class="hero is-fullheight is-primary">
|
||||
<div class="hero-head">
|
||||
<div class="container">
|
||||
<div class="tabs is-centered">
|
||||
<ul>
|
||||
<li><a>This is always at the top</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hero-body">
|
||||
<div class="container has-text-centered">
|
||||
<h3 class="title is-2">
|
||||
<span class="icon is-medium">
|
||||
<i class="fas fa-arrows-v"></i>
|
||||
</span>
|
||||
<a href="{{ site.url }}/documentation/layout/hero/">
|
||||
Easy <strong>vertical centering</strong> in <strong>fullscreen</strong>
|
||||
</a>
|
||||
</h3>
|
||||
<h4 class="subtitle is-4">Include any content you want, it's always centered</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hero-foot">
|
||||
<div class="container">
|
||||
<div class="tabs is-centered">
|
||||
<ul>
|
||||
<li><a>And this at the bottom</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user