How to set the space between lines in a div without setting line height

前端 未结 4 1419
感情败类
感情败类 2021-01-13 23:50

I have a div containing elements with display set to inline-block. These contained elements have various heights. The resulting lines in the div have various heights, accord

4条回答
  •  一向
    一向 (楼主)
    2021-01-14 00:33

    That can only be done using margin style. You don't need to wrap each contained DIVs with another DIV. Just use the STYLE tag.

    Here's an example. Border and colorings are added for demo purpose.

    
    
    variable
    variable stuff variable
    variable stuff
    variable
    variable stuff variable stuff
    variable
    variable
    variable
    variable

提交回复
热议问题