Skip to content

Instantly share code, notes, and snippets.

@zackshapiro
Created June 14, 2019 23:14
Show Gist options
  • Save zackshapiro/9fbb01f14ad7fabcbf2e4ec78937865f to your computer and use it in GitHub Desktop.
Save zackshapiro/9fbb01f14ad7fabcbf2e4ec78937865f to your computer and use it in GitHub Desktop.
.container {
padding: 8px;
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}
.form {
position: relative;
width: 100%;
height: 100%;
}
.form input, button {
margin-bottom: 15px;
}
.form button {
padding: 8px 17px;
border: 0;
color: #fff;
background: #265265;
cursor: pointer;
}
.form button:hover {
background: #1e3d4b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment