I don’t think so. No browser will let me apply display:flex to the <a>  No

On Mon, Aug 10, 2020 at 6:19 PM Karl DeSaulniers <k...@designdrumm.com>
wrote:

> Hey Tom,
>
> I "think" this is the answer you're looking for.
>
>
>
>
> https://stackoverflow.com/questions/41790955/make-anchor-tag-fill-100-height-and-width-of-parent-flex-element-whilst-being/41791009
> <
> https://stackoverflow.com/questions/41790955/make-anchor-tag-fill-100-height-and-width-of-parent-flex-element-whilst-being/41791009
> >
>
>
>
> The answer that reads:
>
>
>
> a {
>
>     display: flex;
>
>     justify-content: center;
>
>     align-items: center;
>
> }
>
> and you should add align-items: stretch to parent of anchor.
>
>
>
> HTH,
>
>
>
> Best,
>
>
>
> Karl DeSaulniers
>
> Design Drumm
>
> http://designdrumm.com <http://designdrumm.com/>
>
>
>
>
>
>
>
>
>
> ______________________________________________________________________
>
> css-discuss [css-d@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/

-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
css-discuss [css-d@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