Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created May 30, 2015 11:25
Show Gist options
  • Save gearmobile/a480b159fd7437c6cbf6 to your computer and use it in GitHub Desktop.
Save gearmobile/a480b159fd7437c6cbf6 to your computer and use it in GitHub Desktop.
Panel
Jade:
section.panel
h3.panel__title panel title
p.panel__text Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maxime, dicta.
a.panel__button(href="#{js}") read more
Stylus:
.panel
width 400px
margin auto
box-sizing border-box
padding 10px
background-color gainsboro
&__title
margin 0 0 20px
&__text
margin 0 0 20px
&__button
display inline-block
padding 0 20px
height 40px
line-height 40px
text-decoration none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment