猿问
浮动怎么写啊
两个div,一上一下,怎么用纯CSS让他们显示在同一行啊
fenkapian
浏览 1225
回答 3
3回答
西兰花伟大炮
<style> .box{ width: 100px; height: 100px; background-color: red; display: inline-block } .box2{ width: 100px; height: 100px; background-color:blue; display: inline-block } </style> </head> <body> <div class="box">div1</div> <div class="box2">div2</div>
1
0
0
Goozy
你可以去了解一下float,clear样式
0
0
0
随时随地看视频
慕课网APP
相关分类
Java
我要回答