On Thu, Aug 11, 2016 at 9:42 AM, Philippe Wittenbergh wrote:
>
>> On Aug 11, 2016, at 10:02 PM, Chris Rockwell wrote:
>>
>> … but flex-end,
>> as I understood it, should take care of this. It's like flex-end doesn't
>> respect that you've changed the flex-direction to column.
>
> No, not in this
> On Aug 11, 2016, at 10:02 PM, Chris Rockwell wrote:
>
> … but flex-end,
> as I understood it, should take care of this. It's like flex-end doesn't
> respect that you've changed the flex-direction to column.
No, not in this case. “align-items” and “align-self” apply only in the
cross-axis di
>>
>> Perhaps:
>>
>> a p:last-child {
>> margin-top: auto;
>> }
>>
>> Philippe
>> --
>> Philippe Wittenbergh
>> http://l-c-n.com/
>>
This was the answer. Thank you! I'll have to tuck that tidbit away for
the future. Odd that, unlike float in a flex row situation, margin in
this case is no
Tough one. margin-top: auto as Philippe suggested does work but flex-end,
as I understood it, should take care of this. It's like flex-end doesn't
respect that you've changed the flex-direction to column.
On Wed, Aug 10, 2016 at 7:18 PM Philippe Wittenbergh wrote:
>
> > On Aug 11, 2016, at 5:5
> On Aug 11, 2016, at 5:57 AM, Tom Livingston wrote:
>
> a p:last-child{align-self: flex-end;} to get the last to stick to
> the bottom of s, but this isn't working. Where am I messing it up?
Perhaps:
a p:last-child {
margin-top: auto;
}
Philippe
--
Philippe Wittenbergh
http://l-c-n.
Listers,
Can't post a link yet, but maybe you can still help me as I still
don't have a firm grip on flex yet...
Given: