Тестовое задание про оптимальный розлив варенья по банкам
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

20 rindas
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>