初学HTML与CSS,按照几个框架自己改出来的登录页面
HTML文件
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SelfWeb</title>
<link rel="stylesheet" href="web2.css">
</head>
<body>
<form action="" method="post" class="card">
<h1 class="a1"><b class="title" >Login</b></h1>
<input type="text" placeholder="Email" class="in"><br>
<input type="password" placeholder="Password" class="in"><