当前位置:网站首页>本周随笔(周末整理)
本周随笔(周末整理)
2022-07-19 20:29:00 【godlike-icy】
display:inline-flex; align-items:center 可水平居中。
用于块状元素的属性对flex 容器不起作用
Flex 容器不是块级容器,因此一些专用于块状布局的属性,对Flex 布局不起作用。比如:
column-* 多栏布局里的column-*属性
float 和 clear 不能让弹性容器下的项目摆脱文档流,或清除浮动。
vertical-align 垂直居中不起作用。(flex布局下,垂直居中更简单舒适:看我这里的一篇文章)
伪类元素 ::first-line 和 ::first-letter
flex,inline-flex,inline-block 区别
flex: 将对象作为块级弹性伸缩盒显示。
inline-flex:将对象作为内联弹性伸缩盒显示。
inline-block: 将对象呈现为inline对象,但是对象的内容作为block对象呈现。
比如说,inline元素的margin和padding属性,水平方向的padding-left, padding-right, margin-left, margin-right都产生边距效果;但竖直方向的padding-top, padding-bottom, margin-top, margin-bottom不会产生边距效果。
那么,对于inline-block来说,margin和padding的垂直方向的边距,则会产生边距效果。
边栏推荐
- Redis high availability: do you call this the principle of master-slave architecture data synchronization?
- 適合送禮的藍牙耳機有哪些?2022藍牙耳機排行榜10强
- July 18, 2022, village of p6722 "mcoi-01" in Luogu
- 解析高质量STEAM教育中的探究
- 请问Redis 如何实现库存扣减操作和防止被超卖?
- LVGL 8.2 Textarea
- 2022年湖南工学院ACM集训第四次周测题解
- VMware solves the problem of not recognizing USB
- Quick sort by hand
- 适应大众化教育的创客理念设计
猜你喜欢
STM32 HAL库串口同时收发,接收卡死?
VMware solves the problem of not recognizing USB
Redis practice: skillfully use data types to achieve 100 million level data statistics
Apipost签约中国电信!携手加速企业数字化变革
开启创客教育课程建设的实体空间
y71.第四章 Prometheus大厂监控体系及实战 -- prometheus server安装(二)
基于BS架构的微博系统
【golang从入门到实践】石头剪刀布游戏
適合送禮的藍牙耳機有哪些?2022藍牙耳機排行榜10强
Quels sont les écouteurs Bluetooth pour cadeaux? Top 10 Bluetooth Headset 2022
随机推荐
数据从Oracle迁移至PolarDB for PostgreSQL的过程中,数据迁移具体指什么?
SAP mm transaction code Migo mobile type 561 error after saving -document number was already assigned
目前有哪些工具可以连接PolarDB for PostgreSQL数据库并对其进行管理?
现在科技发展背后所呈现出来的是,元宇宙时代的来临
Redis log: the killer mace of rapid recovery without fear of downtime
MetInfo 函数public function getcity() 错误:xxx function no permission load!!!
IMPALA2.12环境安装
关于集合的排序和去重总结
Link list of daily Niuke questions
【每日一题】731. 我的日程安排表Ⅱ
Redis practice: skillfully use data types to achieve 100 million level data statistics
英语句式参考纯享版 - 宾语从句
网络工程案例:CII公司的综合网络设计
grafana可视化配置图表histogram
20220718 安全帽、行人检测、数据集
赴港上市告吹后,土巴兔终止创业板IPO,创始人作出回应
索引下推的基本原理
Which Bluetooth headsets are suitable for gift giving? Top 10 Bluetooth headsets in 2022
基于BS架构的微博系统
Redis is awesome. If you don't understand the usage specification, it will be ruined