当前位置:Gxlcms > html代码 > 将html标签在浏览器居中显示的css样式

将html标签在浏览器居中显示的css样式

时间:2021-07-01 10:21:17 帮助过:76人阅读

css样式:

代码如下:

<style type="text/css">
#login{
position:absolute;
top:50%;
left:50%;
margin-left:-标签一半宽度;
margin-top:-标签一半高度;
}
</style>

html部分:

人气教程排行