Html – Is it possible to adjust div spacing with just css when user data is dynamically absent?
What I'm trying to achieve: I have a card element that has an image on the left, with a number of rows on the right. With grid, it might look something like this: .container>* { border: 1px solid black; }…