Skip to content

Instantly share code, notes, and snippets.

View lpjwilson's full-sized avatar

Joe Wilson lpjwilson

View GitHub Profile
@lpjwilson
lpjwilson / lpform.css
Created May 19, 2017 19:09
Some custom CSS to style a form to look like a Native LP form
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
width: 100%;
display: inline-block;
height: 38px;
padding: 0 30px;
color: #f2f2f2;