Getting 2 divs on the same line

后端 未结 5 1945
梦如初夏
梦如初夏 2021-01-22 05:53

I\'m trying to get 2 divs on the same line, I\'ve got

5条回答
  •  不要未来只要你来
    2021-01-22 06:26

    Set

    display: inline-block;

    And then set their widths as you need (as an absolute value or percentages of the parent container)

    Live Demo

提交回复
热议问题