Created
January 19, 2017 17:33
-
-
Save mrjjwright/a70dbf8b30ea82bfdd75e24b63ab9e5a to your computer and use it in GitHub Desktop.
Simple Styled Component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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