I'm currently working on a project that involves displaying cards in the following layout: https://i.stack.imgur.com/VGbNr.png
My goal is to have the ability to click 'See More' and display the cards like this: https://i.stack.imgur.com/j8b9L.png
However, I am only able to achieve this result at the moment: https://i.stack.imgur.com/GlnXN.png
I've experimented with various approaches such as using position:absolute and adding a hidden div upon clicking 'See More', but I haven't been successful. Any help or ideas would be greatly appreciated.
If you'd like to take a look at my code on Stackblitz, here's the link: https://stackblitz.com/edit/angular-mat-card-sample-wx4dnj
Thank you!