Skip to content

Instantly share code, notes, and snippets.

@Ronsor
Created October 22, 2017 14:30
Show Gist options
  • Save Ronsor/5a19c1ead8d0e434937273db2f8490ea to your computer and use it in GitHub Desktop.
Save Ronsor/5a19c1ead8d0e434937273db2f8490ea to your computer and use it in GitHub Desktop.
css button styles
<button class=toolbtn>Hello World</button>
<style>
.toolbtn {
background: linear-gradient(180deg, #fefefe 65%, #eeeeee); border-radius: 4px; padding: 5px; padding-left: 10px; padding-right: 10px; border: 1px solid #aaaaaa;
box-shadow: 0px 1px 1px #aaaaaa;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment