Hey, I need some assistance to set up columns in my code. Here's the current code snippet:
<div class="container-fluid h-100">
<div class="row h-100">
<div class="flex-column h-100">side menu</div>
<div class="???">
<div>1 piece</div>
<div>2 pieces piece</div>
<div>1 piece</div>
<div/>
<div/>
<div/>
This is how it currently looks, and I've marked where I want to split the rest of the space. The blue column with the menu should have a fixed width, which it does. However, I want the columns in a ratio of 1:2:1 to be adjustable.