how to make two divs in one line without affecting size of one div code example
Example 1: make multiple div inline
display: flex;
Example 2: make multiple div inline
display: table-cell;
display: flex;
display: table-cell;