Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jorgechavz
Last active October 13, 2015 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgechavz/9a22d9729912cfe0c1a0 to your computer and use it in GitHub Desktop.
Save jorgechavz/9a22d9729912cfe0c1a0 to your computer and use it in GitHub Desktop.
CSS lines used into websites, it is being use Stylus
.e-l
&.e-l-b
&:after
border-bottom 1px solid white
&.e-l-small
&:after
width 10%
&.e-l-medium
&:after
width 30%
&.e-l-big
&:after
width 50%
&.e-l-full
&:after
width 100%
&.e-l-center
&:after
margin 10px auto !important
&:after
content ""
display block
margin 20px 0px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment