Blogger Information
Blog 3
fans 0
comment 0
visits 4761
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
手写登陆页面
快乐生活的博客
Original
1011 people have browsed it

<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <title>登录页面</title>
 <style type="text/css">
  *{margin: 0;padding: 0;}
  body{background:#151517;}
  div{
   width:400px;
   height: 350px;
   margin: 200px auto;
   background:  rgba(188,185,198,0.4);
   border-radius: 10px;
   text-align: center;
  }
  img{
   width: 80px;
   border-radius: 50%;
   margin-top: 50px;

  }
  input{
   width: 300px;
   height:30px;
   margin-top: 15px;
   border-radius: 6px;
   border:none;
   padding-left: 15px;
  }
  button{
   border:none;
   width: 200px;
   height: 35px;
   border-radius: 6px;
   background: #151517;
   color: #fff;
   margin-top: 30px;
  }
 </style>
</head>
<body>
<div>
 <img src="http://img4.imgtn.bdimg.com/it/u=530139047,2761352357&fm=26&gp=0.jpg">
<form action="" method="">
 <input type="text" name="" placeholder="请输入用户名..."><br>
 <input type="password" name="" placeholder="请输入密码"><br>
 <button>登陆</button>
</form>
</div>
</body>
</html>

Correction status:unqualified

Teacher's comments:作业不符合要求 重新写一下
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post