Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Zwyx
Last active October 5, 2019 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zwyx/10b8ce696546a10b7f588e25df6a24a6 to your computer and use it in GitHub Desktop.
Save Zwyx/10b8ce696546a10b7f588e25df6a24a6 to your computer and use it in GitHub Desktop.
react-nfc
.nfc {
height: 100vh;
width: 100vw;
background-color: #21252b;
color: #abb2bf;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.nfc div {
padding: 8px 16px;
}
button {
margin: 16px;
border: none;
border-radius: 3px;
padding: 8px 12px;
background-color: #61afef;
color: #21252b;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment