Guest User

Untitled

a guest
Jun 22nd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #answer {
  2. width: 100%;
  3. height: 54px;
  4. line-height: 54px;
  5. text-align: center;
  6. vertical-align: middle;
  7. background-color: #001f3f;
  8. font-family: monospace,monospace;
  9. font-size: 2em;
  10. color: hsla(210, 100%, 75%, 1.0);
  11. }
  12.  
  13. button {
  14. display: block;
  15. width: 90%;
  16. padding: 4px;
  17. margin: 5%;
  18. background-color: #39CCCC;
  19. border: none;
  20. height: 44px;
  21. font-weight: bold;
  22. font-size: 1rem;
  23. }
  24.  
  25. input {
  26. width: 40%;
  27. margin: 4%;
  28. height: 40px;
  29. line-height: 40px;
  30. font-size: 1.6em;
  31. cursor: pointer;
  32. text-align: center;
  33. border-radius: 4px;
  34. }
Add Comment
Please, Sign In to add comment