Добавил выпадающее меню, исправил поля ввода

This commit is contained in:
Pro100ser
2020-03-15 15:01:43 +03:00
parent f12671df12
commit b5fdd46361
3 changed files with 125 additions and 57 deletions

View File

@@ -19,12 +19,25 @@
<p class="logo-text">J.a.r.v.i.s </p>
</a>
</div>
<!-- menu -->
</nav>
<div class="header_right">
<div class="contacts">
<a href="/registration" class="contacts__schedule">Войти</a>
<div class="drop">
<a href="" class="contacts__schedule">Войти</a>
<div class="dropdown">
<div class="drop-block">
<div class="triangle"></div>
<label class="form__cell-header ">
<input type="text" class="form__input-text-mod" placeholder="Логин" >
</label>
<label class="form__cell-header">
<input type="password" class="form__input-text-mod" placeholder="Пароль">
</label>
<a href="" class="input">
<input type="button" href="/content.html" name="scriptbutton" class="header_btn" value="Войти" >
</a>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@@ -19,16 +19,18 @@
<p class="logo-text">J.a.r.v.i.s </p>
</a>
</div>
<div class="header_right clearfix">
<label class="form__cell-header ">
<input type="text" class="form__input-text-mod" placeholder="email" >
</label>
<label class="form__cell-header">
<input type="text" class="form__input-text-mod" placeholder="password">
</label>
<a href="" class="input">
<input type="button" href="/content.html" name="scriptbutton" class="header_btn" value="Войти" >
</a>
<div class="header_right">
<div class="contacts">
<div class="drop">
<a href="" class="contacts__schedule">Нужна помощь?</a>
<div class="dropdown dropdown_mod">
<div class="drop-block drop-block_mod">
<div class="triangle triangle_mod"></div>
<p>Обратитесь в службу поддержки по адресу:<b>jarvis@mail.ru</b> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
@@ -44,57 +46,23 @@
<div class="form__fields">
<div class="form__element">
<div class="form__row clearfix">
<!-- <label class="form__cell">
<div class="form__field-title">
Ваше имя
</div>
<input type="text" class="form__input-text" placeholder="Введите имя">
</label>
<label class="form__cell">
<div class="form__field-title">
Ваша фамилия
</div>
<input type="text" class="form__input-text" placeholder="Введите фамилию">
</label> -->
<label class="form__log">
<div class="form__field-title">
Введите логин
</div>
<input type="text" class="form__input-text" placeholder="Введите login" name = "UserLogin">
</label>
<label class="form__log">
<div class="form__field-title">
Введите email
</div>
<input type="text" class="form__input-text" placeholder="Введите email">
</label>
<input type="text" class="form__input-text" placeholder="Введите логин" name = "UserLogin">
</label>
<label class="form__log">
<div class="form__field-title" >
Введите пароль
</div>
<input type="text" class="form__input-text" placeholder="Введите пароль" name = "UserPass">
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "UserPass">
</label>
</div>
<div class="form__btns">
<div class="form__controls">
<div class="form__controls-btns clearfix">
<!-- <div class="form__container-left">
<p class="form__field-title">
Пол
</p>
<div class="form__controls-left">
<label class="form__radio">
<input type="radio" name="review" class="form__radio-elem" checked>
<div class="form__radio-fake"></div>
<div class="form__radio-text">Муж.</div>
</label>
<label class="form__radio">
<input type="radio" name="review" class="form__radio-elem" >
<div class="form__radio-fake"></div>
<div class="form__radio-text ">Жен.</div>
</label>
</div>
</div> -->
<div class="form__controls-right">
<button type="submit" value="Отправить" class="form__submit" name="RegButton" href="/content" >Регистрация</button>
</div>