Skip to content

Instantly share code, notes, and snippets.

@rounakbanik
Created November 25, 2021 15:24
Show Gist options
  • Save rounakbanik/5d444aa127520bae01104d30bcc6b0cf to your computer and use it in GitHub Desktop.
Save rounakbanik/5d444aa127520bae01104d30bcc6b0cf to your computer and use it in GitHub Desktop.
.main-app {
text-align: center;
margin: 100px;
}
.cta-button {
padding: 15px;
border: none;
border-radius: 12px;
min-width: 250px;
color: white;
font-size: 18px;
cursor: pointer;
}
.connect-wallet-button {
background: rgb(32, 129, 226);
}
.mint-nft-button {
background: orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment