Try
1 float right clearing right (only for first-child)
2 no float, but clear right.
3 float right but clear both (only for last-child)
all display:inline-block
Best,
Karl DeSaulniers
Design Drumm
http://designdrumm.com
> On Mar 6, 2019, at 1:22 PM, Eric A. Meyer wrote:
>
> On 5 Mar 2019,
I figured it was something that flex wasn't right for. Thank you Eric!
On Wed, Mar 6, 2019 at 2:23 PM Eric A. Meyer wrote:
> On 5 Mar 2019, at 9:51, Tom Livingston wrote:
>
> > Ran into one issue with this. If, on desktop, the amount of content in
> > "two" is more than "one", "three" gets pus
On 5 Mar 2019, at 9:51, Tom Livingston wrote:
Ran into one issue with this. If, on desktop, the amount of content in
"two" is more than "one", "three" gets pushed down and stays below
"two". I
played with align-items and align-content but was unsuccessful in
stopping
it from happening.
In f