Created
May 30, 2015 11:49
-
-
Save gearmobile/f34a96b601be1ffdbcb2 to your computer and use it in GitHub Desktop.
Page Header
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
Jade: | |
header.header | |
a.header__logo(href="#{js}") | |
h1.header__title page header | |
=' ' | |
small.header__subtext subtext of page header | |
Stylus: | |
.header | |
&__logo | |
float left | |
text-decoration none | |
&__title | |
margin 0 | |
font-size 40px | |
line-height 1 | |
color #456 | |
text-transform uppercase | |
&__subtext | |
font-size 20px | |
line-height 1 | |
color #789 | |
text-transform lowercase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment