Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. body {
  2. padding-top: 50px;
  3. }
  4.  
  5. .keyboard {
  6.  
  7. width:50px;
  8. height:200px;
  9. border:1px solid black;
  10. float:left;
  11. }
  12.  
  13. .keyboard:hover {
  14. background-color: grey;
  15. }
  16.  
  17. .keyboard:active {
  18. background-color: black;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement