Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

17 rader
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>