About 2,640,000 results
Open links in new tab
  1. Bootstrap: Centering Elements Vertically and Horizontally

    Bootstrap 5 (Updated 2021) Bootstrap 5 is still flexbox based so vertical centering works the same way as it did in Bootstrap 4. For example, align-items-center (flex-direction: row) and justify …

  2. bootstrap 4 - Boostrap Flex: What is the difference between row …

    Jul 25, 2019 · I understand the concept of flex sm, md, lg columns but not when applied to rows. What does flex row do? and what do the sizes sm, md, lg mean when applied to a flex row?

  3. Using Flex CSS and Bootstrap for a responsive layout

    Oct 3, 2021 · I have been experimenting with full responsive layouts between desktops, tablet, and mobile phone sizes for a bit but am having trouble with the layout below. I was using a …

  4. How to use Bootstrap 4 flexbox to fill available content?

    Between the header and footer, I have a main content section, and I want that section (#two in my example below) to fill all empty space. I thought I could use css flexbox to accomplish this, but …

  5. How to make space between items using d-flex - Stack Overflow

    Oct 5, 2020 · 15 In Bootstrap 5, There is an option to use gap. Using the gap you can provide space between flex items. I was also struggling with the same issue and i don't wanted to use …

  6. css - How to use flex-grow? - Stack Overflow

    Jan 9, 2019 · This solution isn't atomic enough. It adds much more than just flex-grow, padding for starters. I'd say it makes more sense to find a utility library in the spirit of Bootstrap that does …

  7. html - Flexbox: 4 items per row - Stack Overflow

    I'm using a flex box to display 8 items that will dynamically resize with my page. How do I force it to split the items into two rows? (4 per row)? Here is a relevant snip: (Or if you prefer jsfi...

  8. Bootstrap 4 - using Flexbox with responsive columns

    Apr 22, 2017 · Learn how to use Bootstrap 4's Flexbox for creating responsive column layouts effectively.

  9. css - What does flex: 1 mean? - Stack Overflow

    May 23, 2016 · As we all know, the flex property is a shorthand for the flex-grow, flex-shrink, and the flex-basis properties. Its default value is 0 1 auto, which means flex-grow: 0; flex-shrink: 1; …

  10. css - Vertical Align Center in Bootstrap 4 - Stack Overflow

    Bootstrap 5 is still flexbox based so vertical centering works the same way as Bootstrap 4. For example, align-items-center, justify-content-center or auto margins can used on the flexbox …