当前位置:网站首页>How to center the positioned text horizontally and vertically
How to center the positioned text horizontally and vertically
2022-07-02 21:48:00 【Become your own light~】
//left: 50%;
//top: 50%;
// Horizontal vertical center
//transform: translate(-50%, -50%);
// These three are the solutions to make it vertically centered after using absolute positioning
div{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 130px;
height: 100px;
z-index: 999;
opacity: 0.5;
}
// Horizontal center
p{
position: absolute;
bottom:10px;
left: 50%;
transform: translate(-50%, 0);
}
边栏推荐
- Research Report on market supply and demand and strategy of microplate instrument industry in China
- A specially designed loss is used to deal with data sets with unbalanced categories
- MySQL learning record (2)
- Accounting regulations and professional ethics [17]
- Research Report on plastic antioxidant industry - market status analysis and development prospect forecast
- Analysis of enterprise financial statements [4]
- 读博士吧,研究奶牛的那种!鲁汶大学 Livestock Technology 组博士招生,牛奶质量监测...
- Research Report on micro vacuum pump industry - market status analysis and development prospect prediction
- Golang embeds variables in strings
- Chargement de l'image pyqt après décodage et codage de l'image
猜你喜欢
如何防止你的 jar 被反编译?
Five message formats of OSPF
Find objects you can't see! Nankai & Wuhan University & eth proposed sinet for camouflage target detection, and the code has been open source
How to test the process of restoring backup files?
MySQL learning record (9)
Introduction to victoriametrics
Secondary development of ANSYS APDL: post processing uses command flow to analyze the result file
Redis分布式锁故障,我忍不住想爆粗...
PIP version update timeout - download using domestic image
Three chess games
随机推荐
A specially designed loss is used to deal with data sets with unbalanced categories
[CV] Wu Enda machine learning course notes | Chapter 12
Structure array, pointer and function and application cases
China's log saw blade market trend report, technological innovation and market forecast
China plastic bottle and container market trend report, technological innovation and market forecast
pip安裝whl文件報錯:ERROR: ... is not a supported wheel on this platform
:last-child 不生效解决
~90z axis translation
Oriental Aesthetics and software design
Off chip ADC commissioning record
How to test the process of restoring backup files?
MySQL learning record (9)
Gbase 8s database basic syntax
Golang string segmentation
如何防止你的 jar 被反编译?
LandingSite eBand B1冒烟测试用例
Construction and maintenance of business websites [4]
D4: unpaired image defogging, self enhancement method based on density and depth decomposition (CVPR 2022)
Browser - clean up the cache of JS in the page
Research Report on micro vacuum pump industry - market status analysis and development prospect prediction