Skip to content

Instantly share code, notes, and snippets.

@hhff
Created January 31, 2016 21:48
Show Gist options
  • Save hhff/6bba4fb68720a515c075 to your computer and use it in GitHub Desktop.
Save hhff/6bba4fb68720a515c075 to your computer and use it in GitHub Desktop.
Medium - CSS for the Functional Programmer - Composable Example
<nav class='position-fixed full-width nav-height'>
<button class='background-color-mid-green color-white padding'>Login</button>
</nav>
<div class='row nav-padding'>
<div class='small-12 medium-6 large-4 columns'>
<h6 class='color-green vertical-center padding-top-2x'>Single Shoe Club</h6>
</div>
<div class='small-12 medium-6 large-8 columns'>
<h1 class='color-white font-weight-600 uppercase'>Sign up and get a free shoe</h1>
</div>
<div class='background-color-black position-fixed full-width full-height opacity-40'></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment