вопрос
Всем привет, подскажите как поставить вот такую страницу для входа на сайт
вот html код
вот html код
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="windows-1251" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>‘орма входа дл¤ сайта | pcvector.net</title>
<meta name="description" content="ќформление формы входа (login form) с помощью CSS3" />
<meta name="keywords" content="css3, login, form, custom, input, submit, button, html5, placeholder, форма, регистраци¤, вход, логин" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/modernizr.custom.63321.js"></script>
<!--[if lte IE 7]><style>.main{display:none;} .support-note .note-ie{display:block;}</style><![endif]-->
</head>
<body>
<div class="container">
<header>
<h1>ќформление <strong>Login form</strong></h1>
<h2> реативное и современное оформление форм с помощью CSS</h2>
<div class="support-note">
<span class="note-ie">»звините, только в современных браузерах.</span>
</div>
</header>
<section class="main">
<form class="form-1">
<p class="field">
<input type="text" name="login" placeholder="Ћогин">
<i class="icon-user icon-large"></i>
</p>
<p class="field">
<input type="password" name="password" placeholder="ѕароль">
<i class="icon-lock icon-large"></i>
</p>
<p class="submit">
<button type="submit" name="submit"><i class="icon-arrow-right icon-large"></i></button>
</p>
</form>
</section>
</div>
</body>
</html>