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/

Reply via email to