Advertisement
Guest User

Untitled

a guest
Aug 16th, 2013
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3. <style media="screen" type="text/css">
  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.     border: 1px solid #5E5E5E;
  14.     padding:0 10px;
  15.     background-color: #000000;
  16.     color:#BFBFBF;
  17.     outline: none;
  18.     input-align: center;
  19. }
  20.  
  21. .abs-centered {
  22.     margin: auto;
  23.     position: absolute;
  24.     bottom: 0;
  25.     left: 0;
  26.     top: 0;
  27.     right: 0;
  28. }
  29. </style>
  30. </head>
  31.  
  32. <body bgcolor="#25383C">
  33.     <input class="styles abs-centered" name="name" type="password" placeholder="Password" autocomplete="off"/>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement