CSS for element


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. kbd {
  2. -moz-background-clip:border;
  3. -moz-background-inline-policy:continuous;
  4. -moz-background-origin:padding;
  5. background:#EEEEEE none repeat scroll 0 0;
  6. border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
  7. border-style:solid;
  8. border-width:1px 1px 2px 2px;
  9. color:#000000;
  10. padding:2px 1px;
  11. white-space:nowrap;
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.