Тестовое задание про оптимальный розлив варенья по банкам
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
332B

  1. <template>test</template>
  2. <script>
  3. export default {
  4. name: "App",
  5. components: {},
  6. };
  7. </script>
  8. <style>
  9. #app {
  10. font-family: Avenir, Helvetica, Arial, sans-serif;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. text-align: center;
  14. color: #2c3e50;
  15. margin-top: 60px;
  16. }
  17. </style>