+ 5
Is it preferable to use bootstrap or Css grids or both in creating a card that has divs of different heights?
3 Antworten
0
i think it depends really on what your comfortable with. most of the results can be achieved in both but with different implementation. you may also check out flexbox.
+ 4
it's depend on you if you want develop a web without pre-style or from scratch then you should preferred css , it provides ( grid system and flexbox for layout and other utilities ).
On the other hand BS is css framework that provides a pre-styled code of components such as nav,navbar,card ,grid system and flexbox utilities etc and you can customise that styling.
Choice is yours my friend 😉
+ 2
OK thanks