頁面居中,用於註冊和登錄窗口


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔</title>
</head>
<style>
    #main{
width:300px;
height:200px; background-color:red; position:absolute; left:50%; top:50%; margin-left:-150px; margin-top:-100px;
 
}
    </style>
<body>
<div id="main">
    <span>aaaaaaaaaaaa</span>
    </div>


</body>
</html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章