http://alistapart.com/article/axiomatic-css-and-lobotomized-owls
Created
May 28, 2015 05:45
-
-
Save iamnewton/961df3ac1bf59ce9d322 to your computer and use it in GitHub Desktop.
All elements in the flow of the document that proceed other elements must receive a top margin of one line.
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
* + * { | |
margin-top: 1.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment