The spandefault items are built-in items.
vertical-align, , baseline. descenders.
display: inline-flex , Flex. , , .
, vertical-align span1, span2, descender.
( , flex):
4. Flex
display : display , , - .
flex, inline flex .
.container {
display: flex;
background-color: yellow;
border: 1px solid red;
}
.main {
border: 1px solid black;
}
<div class="container">
<span class="main">This is the flex container, height is 20px</span>
<span class="main">This is not the flex container, height is 19px</span>
</div>
: