Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Last active January 12, 2020 14:15
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 emmabostian/ff79873a1b3e68ed58c567c33c05d46d to your computer and use it in GitHub Desktop.
Save emmabostian/ff79873a1b3e68ed58c567c33c05d46d to your computer and use it in GitHub Desktop.
.App {
font-family: sans-serif;
text-align: center;
}
.show-modal-button {
padding: 16px;
background-color: #6929c4;
color: #fff;
font-size: 1em;
border: none;
margin-top: 16px;
align-self: center;
cursor: pointer;
position: fixed;
top: calc(50% - 8px);
left: calc(50% - 100px);
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment