how to evenly distribute elements in a div next to each other?

后端 未结 9 1154
有刺的猬
有刺的猬 2020-12-02 07:26

This is meant for a menu.
For example I have a div element with 3 spans in it, all of which have some margin, max-width and float (left or right).
It is positioned s

9条回答
  •  臣服心动
    2020-12-02 07:52

    I have managed to do it with the following css combination:

    text-align: justify;
    text-align-last: justify;
    text-justify: inter-word;
    

提交回复
热议问题