This commit is contained in:
Jeremy Thomas
2017-07-13 19:44:35 +01:00
parent 1ca8378bb9
commit fccdedc66b
8 changed files with 707 additions and 1783 deletions

View File

@@ -6,26 +6,6 @@ doc-subtab: box
{% include subnav-elements.html %}
<section class="section">
<div class="container">
<h1 class="title">Box</h1>
<h2 class="subtitle">
A white <strong>box</strong> to contain other elements
</h2>
<hr>
<div class="columns">
<div class="column is-4">
<div class="content">
<p>
The <code>.box</code> element is simply a container with a shadow, a border, a radius, and some padding.
<br>
For example, you can include a media object:
</p>
</div>
</div>
{% capture box_example %}
<div class="box">
<article class="media">
@@ -60,14 +40,32 @@ doc-subtab: box
</div>
{% endcapture %}
<section class="section">
<div class="container">
<h1 class="title">Box</h1>
<h2 class="subtitle">
A white <strong>box</strong> to contain other elements
</h2>
<hr>
<div class="columns">
<div class="column is-4">
<div class="content">
<p>
The <code>.box</code> element is simply a container with a shadow, a border, a radius, and some padding.
<br>
For example, you can include a media object:
</p>
</div>
</div>
<div class="column is-8">
{{box_example}}
</div>
</div>
{% highlight html %}
{{box_example}}
{% endhighlight %}
{% highlight html %}{{box_example}}{% endhighlight %}
</div>
</section>