将html标签在浏览器居中显示的css样式_XHTML教程-查字典教程网
将html标签在浏览器居中显示的css样式
将html标签在浏览器居中显示的css样式
发布时间:2016-12-27 来源:查字典编辑
摘要:css样式:#login{position:absolute;top:50%;left:50%;margin-left:-标签一半宽度;ma...

css样式:

<style type="text/css">

#login{

position:absolute;

top:50%;

left:50%;

margin-left:-标签一半宽度;

margin-top:-标签一半高度;

}

</style>

html部分:

<div id="login"></div >

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新XHTML学习
    热门XHTML学习
    网页设计子分类