mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
12 lines
480 B
Markdown
12 lines
480 B
Markdown
---
|
|
layout: post
|
|
title: "Metro UI CSS grid with Bulma tiles"
|
|
---
|
|
|
|
Have you ever wanted to build a **Metro-UI-like grid in CSS**?
|
|
Thanks to Flexbox and the new [Bulma tiles](http://bulma.io/documentation/grid/tiles/), you now can! And it only requires 1 HTML element: the `tile` element.
|
|
|
|
[](http://bulma.io/documentation/grid/tiles/)
|
|
|
|
Check out the [documentation](http://bulma.io/documentation/grid/tiles/)!
|