Created
January 14, 2015 09:14
-
-
Save mndvns/4270c7196b934582c790 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import Style from './index.styl' | |
.masthead(style={height: window.innerHeight}) | |
h2.masthead-description foo |
This file contains hidden or 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
.masthead-component | |
margin-top 50px | |
.masthead-component | |
.masthead | |
height 100% | |
left 0 | |
position relative | |
top 0 | |
width 100% | |
z-index -1 | |
.masthead | |
align-items center | |
background-size cover | |
background-repeat no-repeat | |
background-image url(http://someimage.jpg) | |
color white | |
display flex | |
flex 1 | |
text-shadow 0 0 10px rgba(black, .5) | |
&-text | |
text-align center | |
flex 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment