CodePudding user response:
Elastic boxOr use floating
CodePudding user response:
Two elements are setvertical-align: middle;
Or
vertical-align: top;
CodePudding user response:
You can use the flex layout
<style>
The {
height: 60px;
display: flex;
align-items: center;
}
</style>