How to make multiple div arranged horizontally without a new line?

When the lack of multiple div arranged in a row, wrapped box width, the new line will show how to solve this?

The key is to use

white-spance: nowrap;

 When one uses these attributes, div level within the container can display a row

Guess you like

Origin www.cnblogs.com/JianXin1994/p/11608360.html