JustifyGrid icon indicating copy to clipboard operation
JustifyGrid copied to clipboard

A new way to create layouts featuring text-align: justify and inline-blocks.

Results 6 JustifyGrid issues
Sort by recently updated
recently updated
newest added

I've been using a similar justified grid of inline-blocks for my last several layouts as well. A great flexible responsive solution. Most of my layouts were built in [Stylus](http://learnboost.github.io/stylus/), with...

Hi, I'm using this framework all the time and it's great, but I have to ask - shouldn't :after pseudoelement have display: block instead of display: inline-block style? Because now...

Hey, I noticed that if you have for e.g. 12 span-2 elements in a 12 column grid it can happen that you get 7 elements in a row. This happens...

JustifyGrid looks awesome! question: Is there a way to deal with heights and vertical centering using it without resorting to javascript? here is my problem: http://jsbin.com/udevav/1/edit

When customizing with the 'Support old IE' option there is a problem with the generated css, it shows like this: ``` .lt-ie8 .grid { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).style.fontSize="0"); }...