Card Columns docs: Link to MDN multi-column CSS docs

This commit is contained in:
Chris Rebert 2015-08-20 19:06:31 -07:00
parent 92ce5431be
commit 55168ff93e
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ Need a set of equal width and height cards that aren't attached to one another?
Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns with just CSS by wrapping them in `.card-columns`. Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns with just CSS by wrapping them in `.card-columns`.
**Heads up!** This is **not available in IE9 and below** as they have no support for the `column` CSS properties. **Heads up!** This is **not available in IE9 and below** as they have no support for the [`column-*` CSS properties](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_multi-column_layouts).
{% example html %} {% example html %}
<div class="card-columns"> <div class="card-columns">