Created
May 30, 2015 11:25
-
-
Save gearmobile/a480b159fd7437c6cbf6 to your computer and use it in GitHub Desktop.
Panel
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: | |
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