Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Created October 9, 2017 15:45
Show Gist options
  • Select an option

  • Save luisfelipe-dev/e39754d0aac8f6c5a83e7e19f688cff2 to your computer and use it in GitHub Desktop.

Select an option

Save luisfelipe-dev/e39754d0aac8f6c5a83e7e19f688cff2 to your computer and use it in GitHub Desktop.
Adicionar uma borda abaixo do titulo
&:before, &:after {
content: "";
display: block;
width: 60px;
height: 3px;
background: #fff;
margin: 14px auto 10px auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment