use display inline and display flex at the same time code example
Example: use display inline and display flex at the same time
<style>
.child {
display: inline-flex;
}
</style>
<style>
.child {
display: inline-flex;
}
</style>