<div> </div> <style> div{ position: relative; 200px; height: 200px; top:50%; left: 50%; margin-top:-100px; margin-left:-100px; background: #CCC; } </style>记录下,css 垂直居中。以便学习。
<div> </div> <style> div{ position: relative; 200px; height: 200px; top:50%; left: 50%; margin-top:-100px; margin-left:-100px; background: #CCC; } </style>记录下,css 垂直居中。以便学习。