Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #button {
- box-shadow:inset 0px 1px 0px 0px #ffffff;
- background-color:#ededed;
- text-indent:0;
- border:1px solid #dcdcdc;
- display:inline-block;
- color:#777777;
- font-family:arial;
- font-size:15px;
- font-weight:bold;
- font-style:normal;
- height:50px;
- line-height:50px;
- width:100px;
- text-decoration:none;
- text-align:center;
- text-shadow:1px 1px 0px #ffffff;
- }
- #button:hover {
- background-color:#dfdfdf;
- }
- #button:active {
- position:relative;
- top:1px;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="logo">
- <img src="LOGO.png"></img>
- </div>
- <div id="user_bar"><!-- criação da div que vai servir de recipiente da search box -->
- <input id="mysearch" type="search" />
- </div>
- <div id="pass_bar"><!-- criação da div que vai servir de recipiente da search box -->
- <input id="mysearch" type="search" />
- </div>
- <div id="button">
- <a href="#" id="button">Entrar</a>
- </div>
- <div id="">
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement