Exploring Bootstrap has been an exciting journey for me, as I believe it will simplify the process of creating visually appealing web pages.
I'm currently facing a challenge in understanding these two examples:
Bootstrap 3: http://codepen.io/rhutchinson/pen/WpxvWO
Bootstrap 4: http://codepen.io/rhutchinson/pen/aJZvKb
It seems that the main difference between these examples is the ability to extend column height to match the height of the .row
, which appears to be a new feature in Bootstrap 4.
Is there a way to replicate this behavior from one version to another? If so, what would be the recommended approach to achieve this?
Understanding these dimensional behaviors is crucial for me to enhance my knowledge of front-end development, especially since I find it less intuitive compared to back-end scripting logic.