用户登录
用户注册

分享至

CSS BFC(Block Formatting Context)

  • 作者: 大腿无名指
  • 来源: 51数据库
  • 2022-08-15
<style>
ul li{list-style:none;float:left;width:120px;height:600px;margin:10px;background:#0ff;}
</style>
<div style="width:400px;height:600px;background:#f00">
<ul>
<li></li>
<li></li>
<div style="overflow:hidden"><li style="overflow:hidden"></li></div>
</ul>
软件
前端设计
程序设计
Java相关