Skip to content

Instantly share code, notes, and snippets.

@ratracegrad
Last active September 4, 2017 20:54
Show Gist options
  • Save ratracegrad/315adf8a3ca081b494db878c662237e7 to your computer and use it in GitHub Desktop.
Save ratracegrad/315adf8a3ca081b494db878c662237e7 to your computer and use it in GitHub Desktop.
Addon for input css code
.container {
width: 60%;
margin: 50px auto;
background: white;
border-radius: 8px;
padding: 50px; 25px;
border: 1px solid gray;
box-shadow: 7px 7px 7px #777777;
}
.flexContainer {
display: flex;
}
.flexItem {
flex: 1;
}
.marginBottom {
margin-bottom: 25px;
}
.entry {
border: 1px solid rgba(147, 128, 108, 0.25);
padding: 0.5em 0.75em;
background-color: rgba(147, 128, 108, 0.1);
color: #666666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment