Jump to content
  • 0

Помогите адекватно сверстать


boo
 Share

Question

Помогите адекватно сверстать, как на картинке.

https://docs.google.com/file/d/0B0FrmfubxCOdZno4Y1hjbkFvUE0/edit

Я сделал это как-то по колхозному, мне очень не нравиться.


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello User!</title>
<!-- Place cursor after this and select a
JavaScript library from the menu above -->



<!-- Supports context-sensitive CSS3 auto-completion -->
<!-- Style starts here. Try adding new CSS tags. -->
<style type="text/css">
body {
background: #8eacd3;
}
.login {
position: relative;
float: right;
color: #fff;
font-size: 9pt;
}
.login input {
width: 110px;
border-radius: 5px;
border: solid 1px #55a1bf;
}
input {
width: 240px;
height: 20px;
border-radius: 5px;
border: solid 1px #55a1bf;
}
.submit {
width: 60px !important;
height: 20px !important;
background: #c4007a;
color: #fff;
}
.forget {
text-decoration: underline;
margin-left: 60px;
}
.forget a {
text-decoration: underline;
margin-left: 60px;
color: #fff;
font-size: 11pt;
}
.reg {
text-decoration: underline;
}
.reg a {
text-decoration: underline;
color: #fff;
font-size: 10pt;
}
.regestration {
margin-left: 30px;
}
.remember {
position: absolute;
margin: 0 -30px 0 -30px;
width: 10px;
}
.rem {
margin-left: 40px;
color: #000;
}

</style>
<!-- Style ends here -->
</head>

<body>
<table class="login">
<tr>
<td style="position: relative; top: 15px;">Логин:</td><td style="position: relative; left: -110px; top: 15px">Пароль:</td>
</tr>
<tr>
<td><br/><input style="margin-right: 15px;"/><input /></td>
</tr>
<tr>
<td><input type="submit" value="Войти" class="submit" /><input type="checkbox" class="remember" /><span class="rem">Запомнить меня</span></td>
</tr>
<tr>
<td><span class="reg"><a href="regestration.html">Регистрация</a></span><span class="forget">Забыли пароль?</span></td>
</tr>
</table>

</body>

</html>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

1) выкинуть таблицу

2) не понятно зачем !important для размеров. точнее я вижу, зачем он тут, но это "колхоз". не стоит указывать родителю параметры, которые нужно в итоге переопределять

3) position: absolute; - не вижу на картинке места, где его нужно было бы использовать

4) text-decoration: underline; - как-то слишком много его.

5) border-radius: 5px; не достаточно только этого правила пока что. - http://border-radius.com/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy