Advertisement
0rioNN

Untitled

Jan 14th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. #button {
  2. box-shadow:inset 0px 1px 0px 0px #ffffff;
  3. background-color:#ededed;
  4. text-indent:0;
  5. border:1px solid #dcdcdc;
  6. display:inline-block;
  7. color:#777777;
  8. font-family:arial;
  9. font-size:15px;
  10. font-weight:bold;
  11. font-style:normal;
  12. height:50px;
  13. line-height:50px;
  14. width:100px;
  15. text-decoration:none;
  16. text-align:center;
  17. text-shadow:1px 1px 0px #ffffff;
  18. }
  19.  
  20. #button:hover {
  21. background-color:#dfdfdf;
  22. }
  23.  
  24. #button:active {
  25. position:relative;
  26. top:1px;
  27. }
  28.  
  29.  
  30.  
  31. </style>
  32.  
  33. </head>
  34. <body>
  35. <div id="container">
  36. <div id="logo">
  37. <img src="LOGO.png"></img>
  38. </div>
  39.  
  40. <div id="user_bar"><!-- criação da div que vai servir de recipiente da search box -->
  41. <input id="mysearch" type="search" />
  42. </div>
  43.  
  44. <div id="pass_bar"><!-- criação da div que vai servir de recipiente da search box -->
  45. <input id="mysearch" type="search" />
  46. </div>
  47. <div id="button">
  48. <a href="#" id="button">Entrar</a>
  49. </div>
  50. <div id="">
  51.  
  52. </div>
  53. </div>
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement