What I have is this. A div with some divs inside. The other div has display: flex and flex-wrap: wrap. The dis inside all have a width of 20. now everything is laid ok in large screen as its all flat. but when the screen size shrinks the last divs go to the bottom as it should be.
However my use case needs me to have it move with all seemingly falling to the bottom (not sticking to the top. I need "These" to remain on top but the rest ("are", "some", "divs") would fall to the bottom automatically.
is this even possible with plain css?