Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <template>
- <article class="atropos">
- there shoudlbe atropos
- <atropos-component class="my-atropos">
- </atropos-component>
- </article>
- </template>
-
- <style>
- .atropos {
- background-color: red;
- }
- .my-atropos {
- width: 320px;
- height: 460px;
- }
- </style>
|