margin:auto; + position: absolute; up, down, left, and right:0 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Use position + margin to fix the box horizontally and vertically</title> <style> body * { outline: 1px #ff0000 solid; } .father { width: 500px; height: 300px; position: relative; } .father .son { width: 180px; height: 140px; /* */ position: absolute; right: 0; bottom: 0; top: 0; left: 0; margin: auto; } </style> </head> <body> <div class="father"> <div class="son">margin:auto + up, down, left, and right:0</div> </div> </body> </html> //end This is the end of this article about how to use position + margin in CSS to achieve horizontal and vertical centering of a fixed box. For more relevant content on horizontal and vertical centering of a fixed box in CSS, 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! |
<<: Docker deploys Mysql, .Net6, Sqlserver and other containers
>>: Sublime Text - Recommended method for setting browser shortcut keys
This article example shares the specific code of ...
HTML form tag tutorial, this section mainly expla...
When nginx receives a request, it will first matc...
Table of contents Preface: 1. Reasons for the eve...
The latest tutorial for installing MySQL 8.0.25 o...
<br />Just like an article, our web pages sh...
What is nGrinder? nGrinder is a platform for stre...
The color presentation on a web page will be affec...
1.1 Download the binary installation package wget...
This article shares the specific code of JavaScri...
<br />It has been no more than two years sin...
When implementing this function, the method I bor...
grammar: background-image: conic-gradient(from an...
In the previous article, we introduced three comm...
Table of contents Effects Documentation first ste...