千峰第48天作业

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>练习</title>
		<style type="text/css">
			html{
				height: 100%;
			}
			body{
				background-image: url(img/timg.png) ;
				background-size: cover;
				height: 100%;          
				margin: 0px;          
				display: flex;
			}
			#container{
				background-color: white;
				width: 700px;
				height: 300px;
				display: flex;
				padding-top: 30px;
				padding-bottom: 30px;
				position: absolute;
				top: 20%;
				left: 20%;
			
			}	
			#f1{
				color: orange;
			}
			#f2{
				color: gainsboro;
			}
			#left{
				width: 20%;
				margin-left: 30px;
			}
			#center{
				
				flex‐direction: column;
				width: 60%;
				height: 100%;
			}
			
			#right{
				width: 20%;
				font-size: 13px;
			}
			#right a:hover{
				color: red;
			}
		</style>
		
	</head>
	<body>
		<div id="container">
			<div id="left">
				<font id="f1">新用户注册</font><br/>
				<font id="f2">USER REGISTER</font>
			</div>
			<div id="center">
				<table align="center" height="100%">
					<tr>
						<td>账户</td>
						<td><input type="text" name="account" placeholder="请输入账户"/></td>
					</tr>
					<tr>
						<td>密码</td>
						<td><input type="password" name="password" placeholder="请输入密码"/></td>
					</tr>
					<tr>
						<td>Email</td>
						<td><input type="text" name="Emali" placeholder="请输入邮箱"/></td>
					</tr>
					<tr>
						<td>姓名</td>
						<td><input type="text" name="name" placeholder="请输入姓名"/></td>
					</tr>
					<tr>
						<td>手机号</td>
						<td><input type="text" name="phone" placeholder="请输入手机号"/></td>
					</tr>
					<tr>
						<td>性别</td>
						<td><input type="text" name="sex" placeholder="请输入性别"/></td>
					</tr>
					<tr>
						<td>出生日期</td>
						<td><input type="text" name="borndate" placeholder="请输入出生日期"/></td>
					</tr>
					<tr>
						<td>验证码</td>
						<td><input type="text" placeholder="请输入验证码"/></td>
					</tr>
					<tr>
						<td colspan="2">
							 <button type="submit">注册</button>
						</td>
					</tr>
				</table>
			</div>
			<div id="right">
				<font>已有账户?</font>
				<a href="index.html">立即登录</a>
			</div>
		</div>
		
	</body>
</html>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值