How can I stay on the same line while working with tag?
Flexbox works.
.box{ display: flex; flex-flow: row nowrap; justify-content: center; align-content: center; align-items:center; border:1px solid #e3f2fd; } .item{ flex: 1 1 auto; border:1px solid #ffebee; }
A B C
A
B
C