Skip to content

Instantly share code, notes, and snippets.

@duykhoa
Last active August 29, 2015 14:16
Show Gist options
  • Save duykhoa/2ce3b538185118dc9d1a to your computer and use it in GitHub Desktop.
Save duykhoa/2ce3b538185118dc9d1a to your computer and use it in GitHub Desktop.
wufoo contact form
* {
font-family: "Lato", Arial;
}
header#header {
display: none;
}
input {
color: #676767;
font-size: 11px;
border: 1px solid #AAA;
padding: 4px 3px;
width: 100%;
box-sizing: border-box;
}
li.focused {
backgroun: transparent;
}
input.btTxt.submit {
border-radius: 0 !important;
background: rgba(0, 0, 0, 0);
border: 2px solid #CCC;
transition: all 0.2s ease-in-out;
padding: 7px 35px 7px 35px;
color: white;
font-size: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment