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