Skip to content

Instantly share code, notes, and snippets.

@MajidSafari
Created December 29, 2018 19:39
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 MajidSafari/0a15c60054cd815ab5938712e842e6cc to your computer and use it in GitHub Desktop.
Save MajidSafari/0a15c60054cd815ab5938712e842e6cc to your computer and use it in GitHub Desktop.
css Tools
.no-border {
border: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.no-margin {
margin: 0 !important;
}
.no-shadow {
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment