mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add article image
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Blog launched, new responsive columns, new helpers"
|
||||
introduction: "First blog post on the newly launched blog! It even has its own [RSS feed](/atom.xml) for those who still use that. This blog will be more frequently updated than the [newsletter](#newsletter), so you can subscribe to either or both, as they will be used for different purposes."
|
||||
color: "danger"
|
||||
name: "Launch!"
|
||||
icon: "rocket"
|
||||
---
|
||||
|
||||
First blog post on the newly launched blog! It even has its own [RSS feed](/atom.xml) for those who still use that. This blog will be more frequently updated than the [newsletter](#newsletter), so you can subscribe to either or both, as they will be used for different purposes.
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Metro UI CSS grid with Bulma tiles"
|
||||
introduction: "Have you ever wanted to build a **Metro-UI-like grid in CSS**?<br>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."
|
||||
color: "info"
|
||||
name: "Metro UI"
|
||||
icon: "th-large"
|
||||
---
|
||||
|
||||
Have you ever wanted to build a **Metro-UI-like grid in CSS**?
|
||||
|
||||
@@ -3,6 +3,9 @@ layout: post
|
||||
title: "New field element (for better controls)"
|
||||
published: true
|
||||
introduction: "<p>The <code>.control</code> element has been a very versatile container for form controls. But it came at a cost: it was difficult to combine its <strong>block</strong> characteristics with its <strong>inline</strong> variations.</p>"
|
||||
color: "success"
|
||||
name: "Field element"
|
||||
icon: "square-o"
|
||||
---
|
||||
|
||||
**TL;DR: there's a new `.field` container, and `.control` has been re-purposed.**
|
||||
|
||||
@@ -1,8 +1,18 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Access previous Bulma versions"
|
||||
introduction: "It is now possible to **access previous versions** of Bulma. Just head towards: [http://bulma.io/versions/](http://bulma.io/versions/)"
|
||||
color: "primary"
|
||||
name: "Versions"
|
||||
icon: "undo"
|
||||
---
|
||||
|
||||
It is now possible to **access previous versions** of Bulma. Just head towards: [http://bulma.io/versions/](http://bulma.io/versions/)
|
||||
|
||||
<figure>
|
||||
<a href="/versions/">
|
||||
<img src="/images/blog/bulma-previous-versions.png" alt="Previous versions of Bulma" width="520" height="240">
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
While only version [0.4.4](http://bulma.io/versions/0.4.4) is accessible now, each **new release** will remain available forever.
|
||||
|
||||
Reference in New Issue
Block a user