Skip to content

Instantly share code, notes, and snippets.

@biantris
Created February 2, 2022 03:07
Show Gist options
  • Save biantris/654e0617105b46793dc31f67bc54a7a3 to your computer and use it in GitHub Desktop.
Save biantris/654e0617105b46793dc31f67bc54a7a3 to your computer and use it in GitHub Desktop.
Listing CSS
element1 {
margin-top: 15px;
margin-right: 10px;
margin-bottom: 25px;
margin-left: 35px;
}
/*or*/
element2 { margin: 15px 10px 25px 35px }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment