Skip to content

Instantly share code, notes, and snippets.

@mrjjwright
Created January 19, 2017 17:33
Show Gist options
  • Save mrjjwright/a70dbf8b30ea82bfdd75e24b63ab9e5a to your computer and use it in GitHub Desktop.
Save mrjjwright/a70dbf8b30ea82bfdd75e24b63ab9e5a to your computer and use it in GitHub Desktop.
Simple Styled Component
const TeamSelectionContainer = styled.div`
height: 100%;
display: flex;
flex-direction: column;
color: white;
font-size: 25px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment