Skip to content

Instantly share code, notes, and snippets.

@ericls
Created April 13, 2016 18:46
Show Gist options
  • Save ericls/3765029b74e576f661376a980e9e786a to your computer and use it in GitHub Desktop.
Save ericls/3765029b74e576f661376a980e9e786a to your computer and use it in GitHub Desktop.
Untitled
div.container {
width: 100%;
height: 100%;
background-color: white;
color: white;
display: flex;
align-items: center;
justify-content: center;
}
html,body { height: 100%; margin: 0px; padding: 0px; }
div.center {
background-color: black;
}
<div class='container'>
<div class='center'><p>sfds</p></div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment