Skip to content

Instantly share code, notes, and snippets.

@darnocer
Last active August 13, 2022 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darnocer/e0f67087520ea47ce6bd074b3ac051f1 to your computer and use it in GitHub Desktop.
Save darnocer/e0f67087520ea47ce6bd074b3ac051f1 to your computer and use it in GitHub Desktop.
Margin Syntax in CSS

Margin/Padding Syntax

4 values

margin: {top} {right} {bottom} {left};
padding: {top} {right} {bottom} {left};

3 values

margin: {top} {right/left} {bottom};
padding: {top} {right/left} {bottom};

2 values

margin: {top/bottom} {left/right};
padding: {top/bottom} {left/right};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment