当前位置:网站首页>Partition, column, list
Partition, column, list
2022-06-26 03:22:00 【Small vegetable bird yard live】
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{
margin: 0;
padding: 0;
}
li{
list-style-type: none;
}
.nav{
width: 1200px;
margin: 0 auto;
column-count: 4;
column-gap: 40px;
border: 2px solid blue;
column-rule: 3px solid green;
}
.nav li{
margin-bottom: 40px;
height: 100px;
border: 3px solid red;
}
/*.nav div{
border: 2px solid blue;
column-span: all;
}*/
</style>
</head>
<body>
<ul class="nav">
<li><img src="img/musicBtn.png"/></li>
<li>222222</li>
<li>333352533</li>
<li>111111</li>
<li>2224535222</li>
<li>3335245333</li>
<li>222525222</li>
<li>3333325233</li>
</ul>
</body>
</html>
边栏推荐
- 点击事件
- Qt编译出错ERROR: Unknown module(s) in QT: script
- 【哈希表】改进,拉链法哈希结构——直接用两个索引查找,不用每次都hash和%一遍
- P2483-[template]k short circuit /[sdoi2010] Magic pig college [chairman tree, pile]
- 【论文笔记】Learning to Grasp with Primitive Shaped Object Policies
- 《你不可不知的人性》經典語錄
- Scratch returns 400
- 培育项目式Steam教育理念下的儿童创造力
- 项目部署遇到的问题-生产环境
- Lumen Analysis and Optimization of ue5 global Lighting System
猜你喜欢
经典模型——AlexNet
【论文笔记】Deep Reinforcement Learning Control of Hand-Eye Coordination with a Software Retina
工业机器人之“慧眼”——机器视觉
UE5全局光照系统Lumen解析与优化
Notes on the 3rd harmonyos training in the studio
Stm32cubemx: watchdog ------ independent watchdog and window watchdog
点击事件
浅谈虚拟内存与项目开发中的OOM问题
Wealth freedom skills: commercialize yourself
【读点论文】FBNetV3: Joint Architecture-Recipe Search using Predictor Pretraining 网络结构和超参数全当训练参数给训练了
随机推荐
kotlin快速上手
Lumen Analysis and Optimization of ue5 global Lighting System
The role of children's programming in promoting traditional disciplines in China
MySQL增删查改(初阶)
Arthas(阿尔萨斯) 能为你做什么?
PCA and automatic encoder for dimension reduction of R language
Matlab| short term load forecasting of power system based on BP neural network
Authorization of database
USB驱动-debug
Group note data representation and operation check code
Qt编译出错ERROR: Unknown module(s) in QT: script
Preparation for wechat applet development
[hash table] a very simple zipper hash structure, so that the effect is too poor, there are too many conflicts, and the linked list is too long
Analysis and optimization of ue5 global illumination system lumen
虫子 拷贝构造 运算符重载
Inkscape如何将png图片转换为svg图片并且不失真
kitti2bag 安装出现的各种错误
Oracle connectivity issues and Solutions
ArrayList#subList这四个坑,一不小心就中招
ArrayList # sublist these four holes, you get caught accidentally