Created
April 13, 2019 17:27
-
-
Save hskang9/c68d999e6d83e2966cfef2805a226209 to your computer and use it in GitHub Desktop.
Style
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 style: React.CSSProperties = { | |
height: "100%", | |
display: "flex", | |
alignItems: "center", | |
justifyContent: "center", | |
textAlign: "center", | |
color: "#8855FF", | |
background: "rgba(136, 85, 255, 0.1)", | |
overflow: "hidden" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment