Guest User

Untitled

a guest
Feb 13th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <style>
  2. *, *::after, *::before {
  3. margin: 0;
  4. padding: 0;
  5. box-sizing: inherit;
  6. }
  7.  
  8. html {
  9. font-size: 18px;
  10. }
  11.  
  12. body {
  13. background-color: #dcdde1;
  14. color: #2f3640;
  15. padding: 3rem;
  16. }
  17.  
  18. .search-location {
  19. display: block;
  20. width: 60vw;
  21. margin: 0 auto;
  22. margin-top: 5vw;
  23. font-size: 20px;
  24. font-weight: 400;
  25. outline: none;
  26. height: 30px;
  27. line-height: 30px;
  28. text-align: center;
  29. border-radius: 10px;
  30. }
  31. </style>
Add Comment
Please, Sign In to add comment