https://i.sstatic.net/o9wmq.png
Looking to achieve a design like this using either pure CSS or Bootstrap. The goal is to have each button be a fixed size and arranged in a list format without specifying exact row or column lengths. For example:
<div class="grid">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>
However, the challenge lies in making each box item a square with precise side length. Any suggestions on how to tackle this?