Skip to content

Instantly share code, notes, and snippets.

@Sibirtsev
Created March 8, 2019 12:29
Show Gist options
  • Save Sibirtsev/3409c084663e31e8186a43264ed899d0 to your computer and use it in GitHub Desktop.
Save Sibirtsev/3409c084663e31e8186a43264ed899d0 to your computer and use it in GitHub Desktop.
Keyboard style
.kbd {
white-space: nowrap;
color: #000;
background: #eee;
border-color: #ccc #aaa #888 #bbb;
border-style: solid;
/* border-radius: 5px; */
border-width: 1px 3px 3px 1px;
padding: 2px 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment