Skip to content

Instantly share code, notes, and snippets.

@hskang9
Created April 13, 2019 17:27
Show Gist options
  • Save hskang9/c68d999e6d83e2966cfef2805a226209 to your computer and use it in GitHub Desktop.
Save hskang9/c68d999e6d83e2966cfef2805a226209 to your computer and use it in GitHub Desktop.
Style
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