Comments on: flex-flow https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Wed, 04 Aug 2021 15:52:40 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Geoff Graham https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1615967 Fri, 09 Feb 2018 14:31:40 +0000 http://css-tricks.com/?page_id=21095#comment-1615967 In reply to Mudhafar Khudhur.

And some other methods: https://css-tricks.com/centering-css-complete-guide/

]]>
By: Mudhafar Khudhur https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1615959 Fri, 09 Feb 2018 12:15:33 +0000 http://css-tricks.com/?page_id=21095#comment-1615959 In reply to christopher.

margin: 0 auto;

]]>
By: christopher https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1607567 Tue, 21 Mar 2017 02:36:26 +0000 http://css-tricks.com/?page_id=21095#comment-1607567 Is there anyway to center the flex-container? I am trying to do some tricks here and the flex-container is always aligned to the left.

]]>
By: F https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1603864 Fri, 02 Sep 2016 10:58:31 +0000 http://css-tricks.com/?page_id=21095#comment-1603864 In reply to F.

By mistake, pls ignore

]]>
By: F https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1603863 Fri, 02 Sep 2016 10:58:14 +0000 http://css-tricks.com/?page_id=21095#comment-1603863 In reply to F.

By mistake, pls ignore

]]>
By: F https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1603862 Fri, 02 Sep 2016 10:56:29 +0000 http://css-tricks.com/?page_id=21095#comment-1603862 <

script>
alert(“Hello”);

<

script>

]]>
By: F https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1603861 Fri, 02 Sep 2016 10:55:56 +0000 http://css-tricks.com/?page_id=21095#comment-1603861 <

script>

Hello

<

script>

]]>
By: Uncle Jesse https://css-tricks.com/almanac/properties/f/flex-flow/#comment-1599855 Thu, 25 Feb 2016 00:17:23 +0000 http://css-tricks.com/?page_id=21095#comment-1599855 In reply to Ryan Ludwig.

Aside from some IE bugs (for which there are workarounds), support is pretty good nowadays.

http://caniuse.com/#feat=flexbox

]]>
By: Ryan Ludwig https://css-tricks.com/almanac/properties/f/flex-flow/#comment-473899 Fri, 28 Jun 2013 23:21:06 +0000 http://css-tricks.com/?page_id=21095#comment-473899 Hi Chris,

Just a note that flex-flow: row wrap; (shorthand or long) is only supported in Chrome and Opera right now. The other browsers don’t “wrap” rows yet.

Here’s your codepen in Firefox 22, Chrome 27, and Safari 6.
http://i.imgur.com/CAA6IVw.png

Little more info at
https://developer.mozilla.org/en-US/docs/Web/CSS/flex-flow

]]>