登录框小实验

原创2018-12-26 15:29:50102
摘要:<html> <head> <meta charset="UTF-8"> <title>网页头部</title> <link rel="shourtcut icon" type="image/x-icon" hidden=""> <s

<html>

<head>

<meta charset="UTF-8">

<title>网页头部</title>

<link rel="shourtcut icon" type="image/x-icon" hidden="">

<style type="text/css">

*{padding: 0px;margin: 0px;}

    input{height: 8px;width: 258px;border: 1px solid #ccc; margin-top: 20px;padding: 20px;}

    button{height: 50px;width: 300px; margin-top: 20px;background: #ff6a00;border:none; color:#fff;}

        #box{width:100%;height:100%;background:#ccc;margin: 0px auto;}

        #ind{padding: 500px;margin:200px;}

</style>

</head>

<body>

<div id="box">

<div id="ind">



        <form action="" method="post">

<input type="text" name="username" placeholder="请输入应户名"><br>

<input type="password" name="pass" placeholder="请输入密码"><br>

<button>登录</button>

</form>

</div>

</div>

</body>

</html>


批改老师:灭绝师太批改时间:2018-12-26 17:43:43
老师总结:完成的不错,测试的比较全面!继续保持奥!

发布手记

热门词条