About 6,380,000 results
Open links in new tab
  1. 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?

  2. 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 …

  3. 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 …

  4. 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 …

  5. How can I set flex-basis when using Bootstrap? [duplicate]

    Dec 9, 2022 · Closed 3 years ago. I am curious how to set flex-basis for items in flex box, which flex direction is set to column.

  6. 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 …

  7. 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 …

  8. 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 …

  9. Fill the remaining height or width in a flex container

    Use the flex-grow property to make a flex item consume free space on the main axis. This property will expand the item as much as possible, adjusting the length to dynamic …

  10. Bootstrap 4 - using Flexbox with responsive columns

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