Skip to content

Instantly share code, notes, and snippets.

@mennwebs
Last active July 23, 2019 12:36
Show Gist options
  • Select an option

  • Save mennwebs/b4e5beda568343bbb29d6afd079ffe86 to your computer and use it in GitHub Desktop.

Select an option

Save mennwebs/b4e5beda568343bbb29d6afd079ffe86 to your computer and use it in GitHub Desktop.
No margin for last child (p, ol, ul, ...) in div.box
.box {
> :last-child {
margin-bottom: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment