当前位置:网站首页>Flex Jiugongge layout
Flex Jiugongge layout
2022-07-02 06:51:00 【xuefankang】
design sketch
html
<div class="gridBox">
<div class="cellLi">1</div>
<div class="cellLi">2</div>
<div class="cellLi">3</div>
<div class="cellLi">4</div>
<div class="cellLi">5</div>
<div class="cellLi">6</div>
<div class="cellLi">7</div>
<div class="cellLi">8</div>
<div class="cellLi">9</div>
</div>
css
.gridBox{
background-color: #f5f5f5;
overflow: hidden;
margin: 20px 0;
display: flex;
flex-wrap: wrap;
}
.cellLi{
width: calc(100% / 3);
padding: 60px 0;
text-align: center;
border: 1px solid #f5f5f5;
box-sizing: border-box;
background-color: #fff;
overflow: hidden;
}
边栏推荐
- The table component specifies the concatenation parallel method
- Linux MySQL 5.6.51 Community Generic 安装教程
- Queue (linear structure)
- Record RDS troubleshooting once -- RDS capacity increases dramatically
- Redis -- cache breakdown, penetration, avalanche
- Build learning tensorflow
- js创建一个自定义json数组
- MySQL index
- Functions of tensorrt
- js中map和forEach的用法
猜你喜欢
unittest.TextTestRunner不生成txt测试报告
Linux MySQL 5.6.51 community generic installation tutorial
PgSQL learning notes
How to debug wechat built-in browser applications (enterprise number, official account, subscription number)
unittest. Texttestrunner does not generate TXT test reports
Win10: add or delete boot items, and add user-defined boot files to boot items
Latest CUDA environment configuration (win10 + CUDA 11.6 + vs2019)
Sentinel Alibaba open source traffic protection component
Detailed definition of tensorrt data format
There is no way to drag the win10 desktop icon (you can select it, open it, delete it, create it, etc., but you can't drag it)
随机推荐
Alibaba cloud MFA binding Chrome browser
20201025 Visual Studio2019 QT5.14 信号和槽功能的使用
automation - Jenkins pipline 执行 nodejs 命令时,提示 node: command not found
Pytest (2) mark function
The table component specifies the concatenation parallel method
Stack (linear structure)
Atcoder beginer contest 253 F - operations on a matrix / / tree array
Win10:添加或者删除开机启动项,在开机启动项中添加在用户自定义的启动文件
Improve user experience defensive programming
Eggjs -typeorm treeenity practice
CVE-2015-1635(MS15-034 )遠程代碼執行漏洞複現
Linux MySQL 5.6.51 community generic installation tutorial
Utilisation de la carte et de foreach dans JS
pytest(3)parametrize参数化
unittest. Texttestrunner does not generate TXT test reports
There are multiple good constructors and room will problem
Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
Latex 编译报错 I found no \bibstyle & \bibdata & \citation command
Latex error: the font size command \normalsize is not defined problem solved
[daily question] - Huawei machine test 01