Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Created October 18, 2016 00:52
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 everaldomatias/a39bb39d6c1039a2afc2a9a3aee813ff to your computer and use it in GitHub Desktop.
Save everaldomatias/a39bb39d6c1039a2afc2a9a3aee813ff to your computer and use it in GitHub Desktop.
input[type="email"], input[type="submit"] {
width: 100%;
}
.w20 {
float: left;
width: 20%;
}
.w40 {
float: left;
width: 40%;
}
.w60 {
float: left;
width: 60%;
}
.w80 {
float: left;
width: 80%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment