style.css 773 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. * {
  2. box-sizing: border-box;
  3. }
  4. body{
  5. background-image: url(https://img.depo.ua/745xX/Sep2016/138390.jpg);
  6. background-repeat: no-repeat;
  7. background-size: 100%;
  8. }
  9. #parampampam{
  10. max-width: 600px;
  11. margin: 0 auto;
  12. margin-top: 300px;
  13. background:#639107;
  14. padding: 10px;
  15. }
  16. .shop{
  17. display: flex;
  18. justify-content: center;
  19. }
  20. input{
  21. width: 100px;
  22. height: 20px;
  23. margin-right: 10px;
  24. }
  25. #tovar{
  26. justify-content: center;
  27. display:flex;
  28. justify-content: space-between;
  29. }
  30. select{
  31. width: 100px;
  32. margin-right: 10px ;
  33. }
  34. p{
  35. margin-right: 30px;
  36. }
  37. #price{
  38. display:flex;
  39. justify-content: center;
  40. padding-top: 10px;
  41. justify-content: space-between;
  42. }
  43. #kassa{
  44. text-align: center;
  45. }