Require
analyze
Code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> body{ padding: 0; margin: 0; } #box{ width: 50%; /* Center the div */ position: relative; transform: translate(50%, 25%); /* */ /* Here we solve the problem that the div height is half of the body width and the text is vertically centered*/ padding-top: 25%; padding-bottom: 25%; line-height: 0; text-align: center; /* */ background-color: #111; color: #fff; } </style> </head> <body> <div id="box"> box123 </div> </body> </html> Effect This is the end of this article about how to use CSS to completely center a div without setting a height. For more information about how to use CSS to completely center a div without setting a height, please search previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope that everyone will support 123WORDPRESS.COM in the future! |
<<: JavaScript error handling try..catch...finally + covers throw+TypeError+RangeError
>>: Detailed explanation of Web front-end performance optimization: resource merging and compression
Let's take a look at the dynamic splicing of ...
Since I have parsed HTML before, I want to use Vu...
Preface In actual business, paging is a common bu...
In our life, work and study, social networks have ...
Let’s take a look at the panoramic view effect: D...
This article example shares the specific code for...
The reason is this I wanted to deploy a mocker pl...
Effect check address: Tour plan (uplanok.com) Cod...
Table of contents question: There are 2 tokens in...
Introduction: When I looked at interview question...
Recommended Docker learning materials: https://ww...
Recently I used vue to learn to develop mobile pr...
Introduction: Regarding MySQL database specificat...
Solution to 1449 and 1045 exceptions when connect...
The following are all performed on my virtual mac...