Guest User

Untitled

a guest
Sep 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. body{
  5. background: black;
  6. color: white;
  7. font-size: 2rem;
  8. }
  9.  
  10. input[type=number]::-webkit-inner-spin-button,
  11. input[type=number]::-webkit-outer-spin-button {
  12. -webkit-appearance: none;
  13. margin: 0;
  14. }
  15.  
  16. input:focus{
  17. outline: none;
  18. }
  19.  
  20. input{
  21. display : inline-block;
  22. background: none;
  23. border: none;
  24. border-bottom: 2px solid #33B5E5;
  25. font-size: 2rem;
  26. width : 100px;
  27. color: #33B5E5;
  28. margin: 0 1em;
  29. padding-left: 0.5em;
  30. box-shadow: -20px 17px 0px -17px #33B5E5,20px 17px 0px -17px #33B5E5;
  31. }
Add Comment
Please, Sign In to add comment