can anyone tell me what is the difference between align items ( baseline and flex-start) ?
can anyone tell me what is the difference between align items ( baseline and flex-start) ?
4 Replies
Darn, SVG:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-align-items
Basically,
flex-start
glues the elements to the start of the flex parent, whereas baseline
aligns them based on the text content of the flex childreni am checking it