In the CSS flexbox, how the align-items: baseline value is working?
Link -> https://learn.freecodecamp.org/responsive-web-design/css-flexbox/align-elements-using-the-align-items-property
baseline: align items to their baselines. Baseline is a text concept, think of it as the line that the letters sit on.
You can see a picture that explains it here