Skip to content

Instantly share code, notes, and snippets.

@kjell
Created October 1, 2015 16:36
Show Gist options
  • Save kjell/2a47a84283a95c17c7db to your computer and use it in GitHub Desktop.
Save kjell/2a47a84283a95c17c7db to your computer and use it in GitHub Desktop.
<body>
<style>
body {
margin: 0;
}
a {
display: block;
width: 50%;
height: 100vh;
position: absolute;
top: 0;
}
#seafoam {
background-color: rgb(193,203,206);
}
#gentle-gray {
background-color: rgb(232,240,237);
right: 0;
}
h1 {
width: 100%;
text-align: center;
position: absolute;
bottom: 1em;
}
</style>
<a href="http://www.benjaminmoore.com/en-us/paint-color/gentlegray" id="seafoam"></a>
<a href="http://www.benjaminmoore.com/en-us/paint-color/seafoam" id="gentle-gray"></a>
<h1>Which grey paint should I use</h1>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment