style.css 300 B

123456789101112131415161718
  1. body {
  2. font-size: 10px;
  3. line-height: 10px;
  4. box-sizing: border-box;
  5. font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  6. transition: all 0.5s;
  7. }
  8. .container {
  9. max-width: 1200px;
  10. padding: 15px;
  11. }
  12. button{
  13. cursor: pointer;
  14. }
  15. input {
  16. margin-bottom: 15px;
  17. margin-right: 10px;
  18. }