Responsive Flexbox Grid Examples/Playground

A project by Guus Lieben .

Col-2

Col-2

Col-2

Col-2

Col-2

Col-2

Col-1

Col-1

Col-1

Col-1

Col-1

Col-3

Col-3

Col-3

Col-3

As you can see on the second row in the first wrapper, it is possible to add working columns which don't have the sum of 12. As long as they're the same size it will work perfectly fine.


Also, the wrappers have some spacing in between to make sure it looks great when placed below each other. I rounded the borders to make it look more fluent.

This row is outside of a wrapper, great if you want full-width pages. Or.. whatever you want to do with it, it's up to you!

You can add notifications as well, let's make it a warning.

This wrapper is only visible on desktop computers and will be hidden on mobile devices (up to 500px {note the viewport tag} )

This wrapper has no background color, well, it kinda does, but it's the same as the default background so you don't see it.

You can use it on rows and columns, but it won't look very good.

Let's add some color! Good idea for buttons maybe?

Warning
Note
Error
Correct
Full width Error notification?

Want a fully rounded column somewhere? No problem!

It's simple!

Just add class 'rounded'.

You can also add rounded corners, these can be placed in corners in non-wrapper columns. Ofcourse you can also just use them anywhere else.

top-r

top-l

bottom-r

bottom-l

You can also round just the left or right.

rad-r

rad-l

This column will align right, because there is a hidden column on its left. I added the 'no-back' class to make it look nicer.

Warning? This one is aligned to the left!

This text is aligned left

This text is centered

This text is aligned right

Background Image

This is some text within a normal column, the difference? This one has an image as background instead of a solid color.
These columns don't have horizontal space between them
Useful if you want to create stuff that will take up the entire page
By adding both the no-margin and the no-space classes..
You can do some pretty epic stuff!
By removing the wrapper like I did here..
You can really make good use of the entire page