当前位置:网站首页>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;
}边栏推荐
- Latex 报错 LaTeX Error: The font size command \normalsize is not defined问题解决
- FE - Weex 使用简单封装数据加载插件为全局加载方法
- Latex compiles Chinese in vscode and solves the problem of using Chinese path
- FE - 微信小程序 - 蓝牙 BLE 开发调研与使用
- Detailed definition of tensorrt data format
- The win10 network icon disappears, and the network icon turns gray. Open the network and set the flash back to solve the problem
- Deployment API_ automation_ Problems encountered during test
- Fe - use of weex development weex UI components and configuration use
- 由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决
- js中对于返回Promise对象的语句如何try catch
猜你喜欢

js中对于返回Promise对象的语句如何try catch

由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决

AWD learning

Solution to the black screen of win computer screenshot

Recursion (maze problem, Queen 8 problem)

Redis -- cache breakdown, penetration, avalanche

Win10: add or delete boot items, and add user-defined boot files to boot items

Win10网络图标消失,网络图标变成灰色,打开网络设置闪退等问题解决

Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved

20201002 VS 2019 QT5.14 开发的程序打包
随机推荐
CTF web practice competition
pytest(1) 用例收集规则
20201025 visual studio2019 qt5.14 use of signal and slot functions
ZZQ的博客目录--更新于20210601
Build learning tensorflow
Cve-2015-1635 (ms15-034) Remote Code Execution Vulnerability recurrence
Latex warning: citation "*****" on page y undefined on input line*
Apt command reports certificate error certificate verification failed: the certificate is not trusted
20210306转载如何使TextEdit有背景图片
Pytest (2) mark function
selenium+msedgedriver+edge浏览器安装驱动的坑
js判断对象是否为空
qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
(第一百篇BLOG)写于博士二年级结束-20200818
CTF three count
20210306 reprint how to make TextEdit have background pictures
ts和js区别
Latex在VSCODE中编译中文,使用中文路径问题解决
js中map和forEach的用法
20201002 VS 2019 QT5.14 开发的程序打包