当前位置:网站首页>Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer
Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer
2022-08-05 04:12:00 【(-^_^-)】
div (page division) span (use style within one line)
width attribute: set the width of the content display area ----- only valid for block elements (h1, p,) and img elements
Multi-column attributes
column-count: specifies the number of columns that the element should be divided into - an integer ;
column-gap: specifies the interval between columns - px pt em % ;
column-rule: sets the number of columnsVertical bar width, style and color rules between 2px solid green ;
column-span: specify how many columns the element should span - 1 all;
column-width: specify the width of the column - px pt em%;

Center horizontally: margin
Vertical alignment: vertical-align:
baseline (default, the element is placed on the baseline of the parent element) top (the top of the element is aligned with the top of the tallest element in the row) middle (the element is placed in the middle of the parent element) bottom (the top of the element is aligned with the top of the rowtop of the element that is the lowest inbottom-aligned parent element font)
Element visibility: the higher the z-index, the more visible
Element visibility: display
display: Set the type of box that the element should generate - block (setting the element to a block element can convert a row element into a block element and then set the width, with line breaks before and after the element) inline (default value, the element is displayed as an inline element, which can be displayed on one line without line breaks before and after the element)none (the element will not be realistic, the element will not occupy space on the page);
visibility: set whether the element is visible - visible (default value)The element is visible) hidden (the element is invisible, the element still occupies the page space);
opacity: set the transparency of the element - 0.0 completely transparent -> 1.0 completelyOpaque;
边栏推荐
- Index Mysql in order to optimize paper 02 】 【 10 kinds of circumstances and the principle of failure
- Mathematics - Properties of Summation Symbols
- 银行数据采集,数据补录与指标管理3大问题如何解决?
- 什么是ASEMI光伏二极管,光伏二极管的作用
- 【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
- bytebuffer use demo
- Paparazzi: Surface Editing by way of Multi-View Image Processing
- Detailed and comprehensive postman interface testing practical tutorial
- Four-digit display header design
- MySql的索引学习和使用;(本人觉得足够详细)
猜你喜欢

Growth-based checkerboard corner detection method

The most effective seven performance testing techniques of software testing techniques
![[MRCTF2020]Ezpop(详解)](/img/19/920877ca36d1eda8d118637388ab05.png)
[MRCTF2020]Ezpop(详解)

UE4 在游戏运行时更改变量 (通过鼠标滑轮来更改第一人称角色的最大行走速度)

UE4 通过重叠事件开启门

token、jwt、oauth2、session解析

将故事写成我们
![[MRCTF2020]PYWebsite](/img/d4/57e8e5ee45b742894679f3f5671516.png)
[MRCTF2020]PYWebsite

【Mysql进阶优化篇02】索引失效的10种情况及原理

A 35-year-old software testing engineer with a monthly salary of less than 2W, resigns and is afraid of not finding a job, what should he do?
随机推荐
UI自动化测试 App的WebView页面中,当搜索栏无搜索按钮时处理方法
36-Jenkins-Job迁移
AUTOCAD - dimension association
[SWPU2019]Web1
pyqt5 + socket 实现客户端A经socket服务器中转后主动向客户端B发送文件
905. Interval selection
SkiaSharp 之 WPF 自绘 粒子花园(案例版)
The first performance test practice, there are "100 million" a little nervous
DEJA_VU3D - Cesium功能集 之 059-腾讯地图纠偏
Mysql的undo log详解
What is the function of industrial-grade remote wireless transmission device?
[CISCN2019 华东南赛区]Web11
UE4 通过互动(键盘按键)开门
36-Jenkins-Job Migration
Qixi Festival earn badges
[Software testing] unittest framework for automated testing
iMedicalLIS listener (2)
Walter talked little knowledge | "remote passthrough" that something
C++ core programming
[8.2] Code Source - [Currency System] [Coins] [New Year's Questions (Data Enhanced Edition)] [Three Stages]