I\'m trying to get 2 divs on the same line, I\'ve got
5条回答 有刺的猬 (楼主) 2021-01-22 06:19 You can play with float: float: left; float: right; clear: both; This is not always easy to do. Another option is to use display: inline-block; or to use a span. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You can play with float:
float: left; float: right; clear: both;
This is not always easy to do.
Another option is to use
display: inline-block;
or to use a span.