3个div 三个div横向并排

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>

转载于:https://www.jianshu.com/p/106e53bbf2a2

猜你喜欢

转载自blog.csdn.net/weixin_34261415/article/details/91302492