Skip to content

Instantly share code, notes, and snippets.

@noncototient
Last active July 18, 2018 03:20
Show Gist options
  • Save noncototient/7ce06a32b72555bd9d01be7d73b075d7 to your computer and use it in GitHub Desktop.
Save noncototient/7ce06a32b72555bd9d01be7d73b075d7 to your computer and use it in GitHub Desktop.
Styles for demo page
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fafafa;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
section {
margin: 50px 0;
}
.box {
padding: 15px;
width: 400px;
display: block;
background: #fff;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
margin: 15px auto;
border-radius: 5px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment