今天尝试做了一下html的界面化
<!doctype html>
<html>
<head>
<title>
我爱原神
</title>
<style>
.con{
text-align: center;
margin-top: 100px;
}
.form{
display: inline-block;
text-align: left;
padding: 100px;
border: 10px solid #8730eb;
}
</style>
</head>
<body>
<div class="con">
<form class ="form">
<h2>
欢迎登陆此系统
</h2>
<label>登录名
<input type =user name="username" id="user" required/>
</label>
<br>
<label>密码
<input type =user name="username" id="user" required/>
</label>
<br>
<label>验证码
<input type =user name="username" id="user" required/>
</label>
</form>
</div>
<script>
</script>
</body>
</html>
标签:登录名,16,text,align,100px,23.9 From: https://www.cnblogs.com/Zzzhy0316/p/17718517.html