Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Created November 15, 2019 18:00
Show Gist options
  • Save BretCameron/08506387c33b8ae2029e3f43fd48e61d to your computer and use it in GitHub Desktop.
Save BretCameron/08506387c33b8ae2029e3f43fd48e61d to your computer and use it in GitHub Desktop.
Some minimal CSS to style the typescript counter examples
* {
text-align: center;
}
button {
padding: 10px 20px;
font-size: 1.5rem;
}
.flex {
display: flex;
justify-content: space-between;
max-width: 540px;
margin: 0 auto;
}
.flex > div {
max-width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment