Picture a bootstrap column filled with various elements such as divs, paragraphs, and links. How can I evenly space these elements inside the column without using margins or padding? I am looking for an automatic way for the elements to be spaced equally around the available vertical space within the column.
The documentation for flex primarily focuses on aligning elements in rows, with limited information on columns and mostly regarding horizontal alignment of elements.
Any suggestions on how I can achieve the desired effect?