Using bower:
bower install kbd
Then, point to kbd.css.
Wrap one or more keys inside a <kbd> tag. Examples:
<kbd>ctrl</kbd>
produces ctrl
<kbd>a</kbd>
produces a
Press ctrl then key a to select all. You can save by doing: cmd+s. Or you can try something different: cmdshifts.
qwertyuiop
asdfghjkl
zxcvbnm
<kdb class="deep-blue">a</kbd>
Press ctrl then key a to select all. You can save by doing: cmd+s. Or you can try something different: cmdshifts.
qwertyuiop
asdfghjkl
zxcvbnm
<kdb class="dark-apple">a</kbd>
Press ctrl then key a to select all. You can save by doing: cmd+s. Or you can try something different: cmdshifts.
qwertyuiop
asdfghjkl
zxcvbnm
<kdb class="type-writer">a</kbd>
Press ctrl then key a to select all. You can save by doing: cmd+s. Or you can try something different: cmdshifts.
qwertyuiop
asdfghjkl
zxcvbnm
Case of letters is important. Take into account that shifta produced by:
<kbd>shift</kbd><kbd>a</kbd>
is different from:
<kbd>SHIFT</kbd><kbd>A</kbd>
That produces: SHIFTA
The awesome keycss library by Michael Hue