+ 2
CSS grids & Bootstrap
who have an idea on the difference between CSS grids and bootstrap...do they really perform the same function
3 odpowiedzi
+ 17
The main difference is that CSS grid is not supported in all browsers.
+ 3
As long as you dont have to support old browsers IE11 for example feel free to use CSS grid. Nearly all of the browsers support grid now. If you need legacy support use flexbox.
Also, keep in mind bootstrap is just a CSS framework.
+ 2
i agree with you Igor Makarsky