Hi I'm trying to create ui with posts that are ordered horizontally with different sizes vertically like swipefiles.com, and here is sample codepen.
https://codepen.io/blessedcreator/pen/JjpGMON
I'm confused how I could develop this website and keep it responsive. Is there a CSS grid that we can create that is RTL with different sizes? all i can find is grids with a vertical gap between rows if there are different sizes vertically
Getting my first 100 users with $0: what actually worked
What's the point of AI generated comments?
Why I’m building an AI marketplace instead of another SaaS
Why can't your target customers always find your product? - Experience sharing
How does everyone setup their local computers for dev work?
The exact prompt that creates a clear, convincing sales deck
If you are talking about the Shoutout list of tweets, you can search for;
Masonry Grid (CSS grid)
A quick search got me this article:
https://www.smashingmagazine.com/native-css-masonry-layout-css-grid/
You might still need a little bit of JS, but that all depends on your implementation.
Thank you so much Twan, that was much appreciated