An open API service indexing awesome lists of open source software.

https://github.com/alexsartori/200b-grid

A CSS grid system in 200 bytes!
https://github.com/alexsartori/200b-grid

Last synced: 4 months ago
JSON representation

A CSS grid system in 200 bytes!

Awesome Lists containing this project

README

        

# 200b-grid
##### A CSS grid system in 200 bytes!

---

- Include my CSS:

``

- Classes to use:
- `row` = full-width container
- `col-s` = small column (25%)
- `col-m` = medium column (33.33%)
- `col-l` = large column (50%)


- Create a row and insert columns:
```html


col-s


col-s


col-s


col-s



col-m


col-m


col-m



col-l


col-l



```

- Result:

![alt tag](http://i.imgur.com/H8A1HAS.png)

---
*Alex Sartori http://alexsartori.github.io*