Advertisement
Guest User

HTML Error

a guest
Aug 16th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.68 KB | None | 0 0
  1. <style media="screen" type="text/css">
  2. .styles{
  3.     height:30px;
  4.     width:286px;
  5.     -moz-border-radius: 4px;
  6.     -webkit-border-radius: 4px;
  7.     border-radius: 4px;
  8.     -moz-background-clip: padding;
  9.     -webkit-background-clip: padding-box;
  10.     background-clip: padding-box;
  11.     border: 1px solid #5E5E5E;
  12.     padding:0 10px;
  13.     background-color: #000000;
  14.     color:#BFBFBF;
  15.     outline: none;
  16.     input-align: center;
  17. }
  18.  
  19. .abs-centered {
  20.   margin: auto;
  21.   position: absolute;
  22.   bottom: 0;
  23.   left: 0;
  24.   top: 0;
  25.   right: 0;
  26. }
  27. </style>
  28. <div class="styles abs-centered">
  29. <body bgcolor="#25383C">
  30. <input name="name" type="password" placeholder="Password" autocomplete="off"/>
  31. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement