Mika215 / to-do-list-app-group-3

A simple To-Do list App project
https://mika215.github.io/to-do-list-app-group-3/
MIT License
0 stars 1 forks source link

Css file done #17

Closed JTLiberona closed 3 years ago

JTLiberona commented 3 years ago

Css file done. The only thing I could not do is the way it is order the files appended to the DOM. The style in that case should come with the code in JS at the moment of creating the elements.

I suggest to separate the checkbox and the text in a different div from the buttons, so then it is possible to add "display: flex" on it and "justify-content: space-between" so both of them, checkbox/inputed text and buttons, can be on each side of the list element.