Skip to content

Instantly share code, notes, and snippets.

@maxvipon
Created June 22, 2016 08:00
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 maxvipon/24f6e67c99bc4c871fe59045be6789b5 to your computer and use it in GitHub Desktop.
Save maxvipon/24f6e67c99bc4c871fe59045be6789b5 to your computer and use it in GitHub Desktop.
Untitled
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.one {
background-color: yellow;
width: 200px;
height: 100px;
margin-top: 10%;
}
.two {
background-color: red;
width: 50px;
height: 50px;
margin-top: 10%;
}
<div class="one">
<div class="two"></div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment