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

https://github.com/darlanmendonca/masonry-css

Create mosaic grid, like masonry, with css only
https://github.com/darlanmendonca/masonry-css

css grid layout masonry

Last synced: 4 months ago
JSON representation

Create mosaic grid, like masonry, with css only

Awesome Lists containing this project

README

          

# masonry-css

Responseive Masonry style grid, like masonry plugins, but with css only!

See [demo](https://rawgit.com/darlanmendonca/masonry-css/master/dist/index.html) - Illustrations by [Ken Wong](http://ken-wong.deviantart.com/)

Demo

### Install

Install using ```npm``` or ```bower```.

```sh
npm install --save masonry-css
```

```sh
bower install --save masonry-css
```

Refer to css with ```dist/masonry.css```, or ```src/masonry.scss'```. I.e.

```html

```

In your .html use class ```.masonry``` as container, and inside of that, each image need has the class ```.masonry-item```, example:

```html







```