3个div 三个div横向并排

2019-05-28  本文已影响0人  wycoding

https://www.jianshu.com/p/41aee68a5db1

<div style="display:flex; ">
<div style="height:100px;width:200px; background-color:red;margin-right:20px"> </div>
<div style="height:100px; width:200px; background-color:green;margin-right:20px"> </div>
<div style=" height:100px; width:200px; background-color:black;margin-right:20px"> </div>
</div>

上一篇 下一篇

猜你喜欢

热点阅读