Skip to content

Instantly share code, notes, and snippets.

@papa28x4
Created January 23, 2020 08:55
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 papa28x4/211335f11b56dcd21120567d1ad08ed7 to your computer and use it in GitHub Desktop.
Save papa28x4/211335f11b56dcd21120567d1ad08ed7 to your computer and use it in GitHub Desktop.
How to assign top, right, bottom and left properties
element{
padding-top:5px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment