bulma/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md

17 lines
867 B
Markdown
Raw Normal View History

---
layout: post
title: "Metro UI CSS grid with Bulma tiles"
2018-04-11 17:58:11 +00:00
introduction: "Build a **Metro-UI-like grid in CSS** with the new `tile` element"
long_introduction: "Have you ever wanted to build a **Metro-UI-like grid in CSS**?<br>Thanks to Flexbox and the new [Bulma tiles](https://bulma.io/documentation/layout/tiles/), you now can! And it only requires 1 HTML element: the `tile` element."
2017-07-29 13:38:45 +00:00
color: "info"
name: "Metro UI"
icon: "th-large"
---
2016-09-24 16:18:56 +00:00
Have you ever wanted to build a **Metro-UI-like grid in CSS**?
2017-10-16 12:23:57 +00:00
Thanks to Flexbox and the new [Bulma tiles](https://bulma.io/documentation/layout/tiles/), you now can! And it only requires 1 HTML element: the `tile` element.
2017-10-16 12:23:57 +00:00
[![Metro UI grid tiles in CSS](/images/blog/metro-ui-css-grid-tiles.png)](https://bulma.io/documentation/layout/tiles/)
2017-10-16 12:23:57 +00:00
Check out the [documentation](https://bulma.io/documentation/layout/tiles/)!