Skip to content

Instantly share code, notes, and snippets.

@wad3g
Created September 8, 2016 01:47
Show Gist options
  • Save wad3g/445abfc721834b4f02b049046488c68a to your computer and use it in GitHub Desktop.
Save wad3g/445abfc721834b4f02b049046488c68a to your computer and use it in GitHub Desktop.
Add margin-top to all elements that follow other elements
* + * {
margin-top: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment