mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-04 10:45:49 +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>
|
||||
<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
|
||||
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>
|
||||
<script src="https://gist.github.com/aekaplan/8467436.js"></script>
|
||||
<script src="https://gist.github.com/aekaplan/8467460.js"></script>
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
|
||||
<section class="example grid row-example">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="row clearfix">
|
||||
<div class="column half">
|
||||
<span>.column .half</span>
|
||||
</div>
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="row clearfix">
|
||||
<div class="column one-third">
|
||||
<span>.column .one-third</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue