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 <e...@l-c-n.com> wrote:

>
> > On Aug 11, 2016, at 5:57 AM, Tom Livingston <tom...@gmail.com> wrote:
> >
> > a p:last-child{align-self: flex-end;} to get the last <p> to stick to
> > the bottom of <a>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.com/
>
>
>
>
>
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to