25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

17 satır
263 B

  1. <template>
  2. <article class="atropos">
  3. there shoudlbe atropos
  4. <atropos-component class="my-atropos">
  5. </atropos-component>
  6. </article>
  7. </template>
  8. <style>
  9. .atropos {
  10. background-color: red;
  11. }
  12. .my-atropos {
  13. width: 320px;
  14. height: 460px;
  15. }
  16. </style>