Created
June 15, 2018 18:18
-
-
Save kartikag01/af6672688e880a05800dd1b00ead12a1 to your computer and use it in GitHub Desktop.
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 buttonStyle = { | |
| fontSize: "1em", | |
| margin: "1em", | |
| padding: "0.25em 1em", | |
| border: "2px solid palevioletred", | |
| borderRadius: 3, | |
| color: "white", | |
| background: "palevioletred" | |
| }; | |
| <button style={buttonStyle}> | |
| Inline Style Button | |
| </button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment