Iorg / todo-app-2

0 stars 0 forks source link

All-todos: make page content centered horizontally #6

Closed Iorg closed 6 years ago

Iorg commented 6 years ago

To do this:

  1. Wrap all page content (that is inside body) with div tag;
  2. Add some class do that div, let's say, container;
  3. For that class set left and right margins to auto
  4. Set width to some value
Iorg commented 6 years ago

@AnnaKira, please do the same for add-todo