Skip to content

Instantly share code, notes, and snippets.

@brunorafaeI
Created September 20, 2013 13:17
Show Gist options
  • Save brunorafaeI/6637385 to your computer and use it in GitHub Desktop.
Save brunorafaeI/6637385 to your computer and use it in GitHub Desktop.
Untitled
body{padding:0; margin:0; outline:none; border:none; overflow-x:none; list-style:none;
}
input[type=text], input[type=password] {width:50%; height:22px; padding:2px 5px; border:1px solid #c3c3c3; border-top-color:#b0b0b0;}
input[type=text]:hover, input[type=password]:hover {border:1px solid #a3a3a3; box-shadow:0px 2px 6px -2px #c3c3c3 inset }
input[type=text]:focus, input[type=password]:focus {border:1px solid #4d90fe; box-shadow:0px 2px 6px -2px #a3aa3 inset; outline:none;}
#topo {
height:80px;
background-color:#f3f3f3;
border:1px solid #e0e0e0;
width:100%;
}
.btn {
}
<div id="principal">
<div id="topo">
<button class="btn">inscreva-se</button>
</div>
</div><!--Div Principal-->
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment