Answer the question
In order to leave comments, you need to log in
How to align link and image vertically inside a flex item?
Hello!
So I could not figure out how to align the link with the picture vertically. If we leave alone, everything is fine, but how together ...
Link to example
Thank you for your attention!
Answer the question
In order to leave comments, you need to log in
@devtimberg
Try this code on the parent of the image and text
display:flex;
flex-flow:row nowrap;
align-items:center;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question