<div class="parent">
<div class="child" id="child-A">
<div class="child" id="child-B">
<div class="child" id="child-C">
</div>
The main concept here is that initially, child-A
will be on top, hiding child-B
and child-C
since they will be positioned below child-A
.
There will be a feature that allows toggling to adjust the width of each child element, determining which ones are visible and which ones are hidden.