We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ce6e9 commit 5682e3cCopy full SHA for 5682e3c
README.md
@@ -1,6 +1,6 @@
1
# Responsive CSS Grid
2
3
-A straightforward 8-column fluid layout based on `box-sizing`.
+A super-lightweight, responsive, 8-column grid based on `box-sizing`.
4
5
6
## Classes
@@ -16,7 +16,7 @@ These CSS classes for column sizes are specific to the total width of `<div clas
16
| `.col-1-8` | one-eighth |
17
18
19
-## Example
+## Markup
20
21
```html
22
<div class="container">
@@ -29,4 +29,9 @@ These CSS classes for column sizes are specific to the total width of `<div clas
29
</div>
30
31
...
32
-```
+```
33
+
34
35
+## Live Example
36
37
+[Responsive CSS grid](http://codepen.io/AllThingsSmitty/full/YqEbPB).
0 commit comments