Skip to content

Instantly share code, notes, and snippets.

@ModuloM
Last active March 22, 2018 12:27
Show Gist options
  • Save ModuloM/fb6e805cb45dcc381e93d359f3a18a7b to your computer and use it in GitHub Desktop.
Save ModuloM/fb6e805cb45dcc381e93d359f3a18a7b to your computer and use it in GitHub Desktop.
const Form = styled.form`
  border: 1px solid #DDD;
  padding: 12px;
  border-radius: 2px;
  text-align: center;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment