Answer the question
In order to leave comments, you need to log in
Why is text not responding to padding?
Good afternoon, there is such code in the vue component:
<div class="todo-list" v-for="todoList in todos">
<h2 class="todo-name">{{ todoList.name }}</h2>
<p class="create-todo">Новое задание</p>
<p class="todo" v-for="todo in todoList.list">{{ todo }}</p>
</div>
// стили
text-align: center
padding: 12px 5px
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question