mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-27 15:07:39 +00:00
Update index.html
This commit is contained in:
parent
694fcd0acd
commit
6453738331
1 changed files with 3 additions and 3 deletions
|
|
@ -270,7 +270,7 @@
|
||||||
<h1>Create Rows</h1>
|
<h1>Create Rows</h1>
|
||||||
<p>Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing
|
<p>Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing
|
||||||
issues. Rows are cleared with either a <code>clearfix</code> or <code>overflow: hidden</code>. This clearfix was
|
issues. Rows are cleared with either a <code>clearfix</code> or <code>overflow: hidden</code>. This clearfix was
|
||||||
created by <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">Nicolas Gallager</a>:</p>
|
created by <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">Nicolas Gallagher</a>:</p>
|
||||||
<hr>
|
<hr>
|
||||||
<script src="https://gist.github.com/aekaplan/8467436.js"></script>
|
<script src="https://gist.github.com/aekaplan/8467436.js"></script>
|
||||||
<script src="https://gist.github.com/aekaplan/8467460.js"></script>
|
<script src="https://gist.github.com/aekaplan/8467460.js"></script>
|
||||||
|
|
@ -280,7 +280,7 @@
|
||||||
|
|
||||||
<section class="example grid row-example">
|
<section class="example grid row-example">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row clearfix">
|
||||||
<div class="column half">
|
<div class="column half">
|
||||||
<span>.column .half</span>
|
<span>.column .half</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row clearfix">
|
||||||
<div class="column one-third">
|
<div class="column one-third">
|
||||||
<span>.column .one-third</span>
|
<span>.column .one-third</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue