top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is flex in bootstrap?

0 votes
351 views
What is flex in bootstrap?
posted May 31, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Bootstrap 4 by default uses Flexbox but it also provides a set of class utilities that allow you to work with Flexbox without resorting to custom CSS
The biggest difference between Bootstrap 3 and Bootstrap 4 is that Bootstrap 4 now uses flexbox, instead of floats, to handle the layout.
The Flexible Box Layout Module makes it easier to design a flexible responsive layout structure without using float or positioning

answer Nov 22, 2018 by Venkatesh Reddy
...