Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Last active August 29, 2015 13:57
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 gavinblair/9622196 to your computer and use it in GitHub Desktop.
Save gavinblair/9622196 to your computer and use it in GitHub Desktop.
<style>
#one, #two {
width: 50%;
float: left;
height: 100vh;
color: white;
font-size: 100px;
}
</style>
<div id="one" style="
background: grey;
">grey</div>
<div id="two" style="
background: darkgrey;
">darkgrey</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment