LabWork1Pr #1
@ -8,7 +8,9 @@
|
||||
<form>
|
||||
<input type="email" id="email" placeholder="Email" required />
|
||||
<input type="password" id="password" placeholder="Password" required />
|
||||
<div>
|
||||
<input class="button" type="submit" value="Регистрация"></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
14
login.html
14
login.html
@ -9,15 +9,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Регистрация</h1>
|
||||
<h1>Авторизация</h1>
|
||||
<form>
|
||||
<div>
|
||||
<input type="text" name="login" placeholder="Логин">
|
||||
</div>
|
||||
<div>
|
||||
<input type="password" name="password" placeholder="Пароль">
|
||||
</div>
|
||||
<input class="button" type="submit" value="Войти">
|
||||
<input type="email" id="login" placeholder="Login" required />
|
||||
<input type="password" id="password" placeholder="Password" required />
|
||||
<div>
|
||||
<input class="button" type="submit" value="Войти"></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -9,6 +9,7 @@ body {
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
max-width: 20%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input {
|
||||
@ -17,6 +18,5 @@ input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user