I am facing a challenge in aligning my 3 columns at the top with multiple "rows". When I apply the CSS property align-items: flex-end;
, I achieve the desired layout, but the elements are aligned at the bottom. However, if I attempt to use align-items: flex-start;
, nothing changes.
In the provided fiddle, my goal is to shift the red block upwards so that it sits directly below the Purple Heading.
https://i.sstatic.net/saQia.png
Please refer to the fiddle for more details.
Any assistance on this matter would be highly appreciated!