.todo-input{ width: 80%; border: 1px solid black; margin: 20px auto; } .list-item{ display: flex; margin: 10px 0; } .list-item view{ flex: 1; text-align: center; } .show-more{ text-align: center; color: darkgreen; }