Skip to content

Commit 5682e3c

Browse files
Added live example 👷🏼
1 parent 16ce6e9 commit 5682e3c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Responsive CSS Grid
22

3-
A straightforward 8-column fluid layout based on `box-sizing`.
3+
A super-lightweight, responsive, 8-column grid based on `box-sizing`.
44

55

66
## Classes
@@ -16,7 +16,7 @@ These CSS classes for column sizes are specific to the total width of `<div clas
1616
| `.col-1-8` | one-eighth |
1717

1818

19-
## Example
19+
## Markup
2020

2121
```html
2222
<div class="container">
@@ -29,4 +29,9 @@ These CSS classes for column sizes are specific to the total width of `<div clas
2929
</div>
3030
</div>
3131
...
32-
```
32+
```
33+
34+
35+
## Live Example
36+
37+
[Responsive CSS grid](http://codepen.io/AllThingsSmitty/full/YqEbPB).

0 commit comments

Comments
 (0)