Top "Flexbox" questions

CSS module for flexible layouts providing a broad range of options for aligning elements while eliminating the need for floats and tables.

How to center elements on the last row in CSS Grid?

I am using CSS grid to layout some items like this... How can I get the last row to be …

html css flexbox css-grid
ie10 and flexboxes? (nightmare)

Unfortunately, I have to make my website code compatible with Internet Explorer 10 and am having some issues, even after reading …

css internet-explorer internet-explorer-10 flexbox
Absolutely positioned flex item is not removed from the normal flow in IE11

We have two divs with content and a third div that is a background with absolute position. Container is a …

html css flexbox internet-explorer-11
Equal height columns with Bootstrap 3 and flexbox

I'm working with Bootstrap 3 (unfortunately cannot change it to Bootstrap 4) and I need to achieve same-height columns effect like in …

html css twitter-bootstrap-3 flexbox display
How does the parameter flex-grow work in an fxFlex directive?

I'm trying to use the angular flex-layout, but I have a problem with the directive fxFlex and in particular with …

angular css flexbox angular-flex-layout
flexbox columns and IE

Everything works fine in Chrome and Firefox but guess what, I have a problem in IE! (IE11) In my responsive …

css flexbox internet-explorer-11
Is it possible for flex items to align tightly to the items above them?

This is, in effect, the Pinterest layout. However, the solutions found online are wrapped in columns, which means the container …

javascript css flexbox pinterest
How to make a horizontal scrolling carousel using flexbox?

My goal: Make a horizontal scrolling carousel just like Google (see picture) After searching, these links provided a good start: …

css flexbox horizontal-scrolling
Use transition on flexbox order

Is there any way to have a transition on the order of flex-box items? In other words, can I have …

html css css-transitions flexbox
ml-auto is not pushing navbar links to the right

I'm using reactstrap and have been following this link: https://reactstrap.github.io/components/navbar/ In the example, the <…

css reactjs flexbox bootstrap-4 reactstrap