您好,欢迎访问一九零五行业门户网

CSS DIV界面垂直与水平居中的写法_html/css_WEB-ITnose

如果想让一个div保持垂直与水平同时居中,可用如下css代码来实现:
{width:612px; height:470px; margin-top:-235px; margin-left:-306px; position:absolute; top:50%; left:50%;}
其它类似信息

推荐信息