I\'m trying to get 2 divs on the same line, I\'ve got
5条回答 傲寒 (楼主) 2021-01-22 06:07 Set display: inline-block; And then set their widths as you need (as an absolute value or percentages of the parent container) Live Demo 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Set
display: inline-block;
And then set their widths as you need (as an absolute value or percentages of the parent container)
Live Demo