Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <style media="screen" type="text/css">
- .styles{
- height:30px;
- width:286px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-background-clip: padding;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #5E5E5E;
- padding:0 10px;
- background-color: #000000;
- color:#BFBFBF;
- outline: none;
- input-align: center;
- }
- .abs-centered {
- margin: auto;
- position: absolute;
- bottom: 0;
- left: 0;
- top: 0;
- right: 0;
- }
- </style>
- </head>
- <body bgcolor="#25383C">
- <input class="styles abs-centered" name="name" type="password" placeholder="Password" autocomplete="off"/>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement