Align divs horizontally

前端 未结 3 821
臣服心动
臣服心动 2021-01-20 01:46

I have the following Divs:

   
\"notch\"/
3条回答
  •  没有蜡笔的小新
    2021-01-20 02:25

    two ways:

    first: add float:left to your .custimage

    second: instead of float, add display:inline-block to your .custimage.

    The second one does not work in older Browsers, but is way more cleaner than let all float around.

提交回复
热议问题