Skip to content

Instantly share code, notes, and snippets.

@WebSofter
Created April 29, 2020 06:45
Show Gist options
  • Save WebSofter/f2ba7c25098ac985f7102b49ee4e8c71 to your computer and use it in GitHub Desktop.
Save WebSofter/f2ba7c25098ac985f7102b49ee4e8c71 to your computer and use it in GitHub Desktop.
CSS coord direction
If the margin property has four values:
margin: 10px 5px 15px 20px;
-top margin is 10px
-right margin is 5px
-bottom margin is 15px
-left margin is 20px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment