View difference between Paste ID: psHz0psB and 2i6XEvdb
SHOW: | | - or go back to the newest paste.
1
<html>
2
<head>
3-
	height:30px;
3+
4
.styles{
5
    height:30px;
6
    width:286px;
7
    -moz-border-radius: 4px;
8
    -webkit-border-radius: 4px;
9
    border-radius: 4px;
10
    -moz-background-clip: padding;
11
    -webkit-background-clip: padding-box;
12
    background-clip: padding-box;
13-
	background-color: #000000;
13+
14-
	color:#BFBFBF;
14+
15-
	outline: none;
15+
    background-color: #000000;
16-
	input-align: center;
16+
    color:#BFBFBF;
17
    outline: none;
18
    input-align: center;
19
}
20-
  margin: auto;
20+
21-
  position: absolute;
21+
22-
  bottom: 0;
22+
    margin: auto;
23-
  left: 0;
23+
    position: absolute;
24-
  top: 0;
24+
    bottom: 0;
25-
  right: 0;
25+
    left: 0;
26
    top: 0;
27
    right: 0;
28-
<div class="styles abs-centered">
28+
29
</style>
30-
<input name="name" type="password" placeholder="Password" autocomplete="off"/>
30+
</head>
31-
</div>
31+
32
<body bgcolor="#25383C">
33
    <input class="styles abs-centered" name="name" type="password" placeholder="Password" autocomplete="off"/>
34
</body>
35
</html>