Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .command {
  2. background-color: transparent;
  3. color:rgb(50,255,0);
  4. font-family:"VT323",monospace;
  5. border: none;
  6. width: 90%;
  7. outline: none;
  8. box-shadow: none;
  9. padding: 0;
  10. letter-spacing: .1em;
  11. font-size: 24px;
  12. -webkit-font-smoothing: none;
  13. line-height: 1.2;
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement