You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="intro">Easy to use flexbox grid, using the CastleCSS breakpoint system.</p>
79
-
79
+
80
80
<h2id="thebasics">The basics</h2>
81
81
<p>CastleCSS has a completely fluid and nestable flexbox grid, with 12 to 24 columns, depending on the breakpoint you are viewing. The column widths are predefined as fixed percentages and the gutter widths are variables that can be influenced per breakpoint.</p>
82
82
<p>To start a new grid in html you first create an element with the <code>g</code> class (which stands for grid).<br/>
@@ -330,7 +330,7 @@ <h2>Order</h2>
330
330
</tr>
331
331
</table>
332
332
</div>
333
-
333
+
334
334
335
335
<divid="gutters" class="block">
336
336
<h2>Gutters</h2>
@@ -672,7 +672,7 @@ <h5>Example without wrapping</h5>
672
672
</div>
673
673
</pre>
674
674
<divclass="alert">
675
-
* When you use <code>nowrap</code> in IE10 the grid items won't stay withing the container. We don't recommend using this option if you need to support IE10.
675
+
* When you use <code>nowrap</code> in IE10 the grid items won't stay withing the container. We don't recommend using this option if you need to support IE10.
Copy file name to clipboardExpand all lines: views/grid.html
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
<body>
17
17
{% include "inc/analytics.html" %}
18
-
18
+
19
19
<divid="wrapper" class="wrapper">
20
20
21
21
<divclass="g full-height">
@@ -32,7 +32,7 @@
32
32
<divclass="block">
33
33
<h1>Breakpoints & Grid</h1>
34
34
<pclass="intro">Easy to use flexbox grid, using the CastleCSS breakpoint system.</p>
35
-
35
+
36
36
<h2id="thebasics">The basics</h2>
37
37
<p>CastleCSS has a completely fluid and nestable flexbox grid, with 12 to 24 columns, depending on the breakpoint you are viewing. The column widths are predefined as fixed percentages and the gutter widths are variables that can be influenced per breakpoint.</p>
38
38
<p>To start a new grid in html you first create an element with the <code>g</code> class (which stands for grid).<br/>
@@ -286,7 +286,7 @@ <h2>Order</h2>
286
286
</tr>
287
287
</table>
288
288
</div>
289
-
289
+
290
290
291
291
<divid="gutters" class="block">
292
292
<h2>Gutters</h2>
@@ -628,7 +628,7 @@ <h5>Example without wrapping</h5>
628
628
</div>
629
629
</pre>
630
630
<divclass="alert">
631
-
* When you use <code>nowrap</code> in IE10 the grid items won't stay withing the container. We don't recommend using this option if you need to support IE10.
631
+
* When you use <code>nowrap</code> in IE10 the grid items won't stay withing the container. We don't recommend using this option if you need to support IE10.
0 commit comments