In my Bootstrap 5 website page, I have arranged two <div>
s to appear stacked on top of each other.
The functionality of the page relies heavily on the visibility and size of the bottom <div>
. Ensuring this is crucial for the overall design.
Some questions that arise:
- Would it be possible to dynamically adjust the height of these
<div>
s upon page load so that the border separating them is centered irrespective of the system being used? - Is there a method to enable users to modify the position of this dividing line between the two
<div>
s, allowing them to interactively change the heights of both sections?
Explore the live CodePen example for reference: https://codepen.io/softcircuits/pen/mdGomeP