<style type="text/css">
body { width:100%; height:100%; }
#login { width:100%; height:100%; display:table; }
#login_section { display:table-cell; text-align:center; vertical-align:middle; }
</style>
<div id="login">
<div id="login_section">
<form action="?" method="POST">
<input type="password" id="pass_code" name="pass_code" />
<input type="hidden" id="mode" name="mode" value="login" />
<input type="submit" value="Enter" />
</form>
</div>
</div>
'Web Progreming' 카테고리의 다른 글
[ LINUX ] mysql(my.ini) 한글 -> ?? (UTF8 설정 후) (0) | 2012.08.23 |
---|---|
phpmyadmin 한글로 바꾸기... (0) | 2012.08.01 |
[ HTML ] 단축키 사용하기 (0) | 2012.06.13 |
[ DB ] mysql 데이터 타입 몇개랑 mysql monitor 명령어 몇개 (0) | 2012.04.06 |
[ CSS ] span height, width (0) | 2012.03.29 |