Created
January 31, 2016 21:48
-
-
Save hhff/6bba4fb68720a515c075 to your computer and use it in GitHub Desktop.
Medium - CSS for the Functional Programmer - Composable Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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