Skip to content

Instantly share code, notes, and snippets.

@mndvns
Created January 14, 2015 09:14
Show Gist options
  • Save mndvns/4270c7196b934582c790 to your computer and use it in GitHub Desktop.
Save mndvns/4270c7196b934582c790 to your computer and use it in GitHub Desktop.
import Style from './index.styl'
.masthead(style={height: window.innerHeight})
h2.masthead-description foo
.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