Skip to content

Instantly share code, notes, and snippets.

View SnippetsCollection's full-sized avatar

SnippetsCollection

View GitHub Profile
@SnippetsCollection
SnippetsCollection / css_kbd.css
Created January 17, 2015 09:08
CSS: Styling <kbd></kbd>
kbd {
padding: .1em .6em;
border: 1px solid rgba(0,0,0,0.25);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
box-shadow: 0 1px 0 rgba(0,0,0,0.25);
font-size: .7em;
font-family: sans-serif;
background-color: #fff;
color: #333;
border-radius: 3px;
@SnippetsCollection
SnippetsCollection / SublimeText3_Gists_plugin
Created January 12, 2015 16:58
Getting Gists in SublimeText to work
Getting Gists in SublimeText to work
Ctrl+Shift+p -> Package Control: Install Package -> Gists
In Sublime text -> Preferences -> Package Settings -> Gists -> Settings User
{
// Your username on GitHub
"username": "snippetscollection",
@SnippetsCollection
SnippetsCollection / gist:ca590dd0985b974d6878
Created January 12, 2015 16:46
Text: SublimeText Gists Plugin
testing
usage of code snippets through sublimetext 'gists' plugin