Skip to content

Instantly share code, notes, and snippets.

@fakefarm
Created October 22, 2013 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakefarm/7096829 to your computer and use it in GitHub Desktop.
Save fakefarm/7096829 to your computer and use it in GitHub Desktop.
Life without bootstrap
body {
font-family: courier;
width: 60%;
margin: 0 auto;
font-size: 100%;
}
form{
overflow: auto;
}
input {
padding: 0.5em;
font-size: 1.2em;
font-family: courier;
border: none;
}
input[type=text] {
width: 75%;
border: none;
background: #dad7c7;
float: left;
}
input[type=submit] {
width: 20%;
background: #e4e4e4;
float: right;
&:hover{
background: #aaa;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment