Is it preferable to use bootstrap or Css grids or both in creating a card that has divs of different heights? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is it preferable to use bootstrap or Css grids or both in creating a card that has divs of different heights?

30th Oct 2018, 11:52 PM
Emediong Harrison
Emediong Harrison - avatar
3 Answers
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.
5th Nov 2018, 7:00 AM
Panayiotis Spanos
Panayiotis Spanos - avatar
+ 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 😉
14th Mar 2019, 9:50 AM
Jesse Pinkman
Jesse Pinkman - avatar
+ 2
OK thanks
10th Jan 2019, 11:35 AM
Emediong Harrison
Emediong Harrison - avatar