Guest User

Untitled

a guest
Oct 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. body{
  2. margin-top:100px;
  3. background:#f0f0f0;
  4. padding:20px 10px;
  5. }
  6. input{
  7. background:#f0f0f0;
  8. outline:none;
  9. border:none;
  10. }
  11. ::-webkit-scrollbar {
  12. width: 12px;
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. background: rgba(0,0,0,0.5);
  16. }
  17. ::-webkit-scrollbar-thumb:window-inactive {
  18. background: rgba(255,0,0,0.8);
  19. }
Add Comment
Please, Sign In to add comment