Skip to content

Instantly share code, notes, and snippets.

@kartikag01
Created June 15, 2018 18:18
Show Gist options
  • Select an option

  • Save kartikag01/af6672688e880a05800dd1b00ead12a1 to your computer and use it in GitHub Desktop.

Select an option

Save kartikag01/af6672688e880a05800dd1b00ead12a1 to your computer and use it in GitHub Desktop.
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