Skip to content

Instantly share code, notes, and snippets.

@oldergod
Last active June 29, 2016 09:46
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 oldergod/e12a58253d02c918bb37c8fad1305b87 to your computer and use it in GitHub Desktop.
Save oldergod/e12a58253d02c918bb37c8fad1305b87 to your computer and use it in GitHub Desktop.
CSS Coding Tips : Minimize code duplication
/**
* CSS Coding Tips : Minimize code duplication
*/
button {
padding: 6px 16px;
border: 1px solid #446d88;
background: #58a linear-gradient(#77a0bb, #58a);
border-radius: 4px;
box-shadow: 8 1px 5px gray;
color: white;
text-shadow: 0 -1px 1px #335166;
font-size: 20px;
line-height: 30px;
}
<button>Yes !
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment