1. I like the separation of the pending and completed todos - nice! 1. It's better to use classes in CSS, I would change these ids to classes and leave ids for javascript. https://github.com/fack2/toDoApp/blob/3766fb03ea2fdd9afe766cb060ed67b921dc26e3/style.css#L66-L78 1. Please avoid using `!important` - it can cause problems. https://github.com/fack2/toDoApp/blob/3766fb03ea2fdd9afe766cb060ed67b921dc26e3/style.css#L7 1. Is there a way you can do this without using floats https://github.com/fack2/toDoApp/blob/3766fb03ea2fdd9afe766cb060ed67b921dc26e3/style.css#L96-L99 https://github.com/fack2/toDoApp/blob/3766fb03ea2fdd9afe766cb060ed67b921dc26e3/style.css#L5 1. Please delete commented code. This should be seen when other team members are reviewing and merging pull requests.
toDoApp/style.css
Lines 66 to 78 in 3766fb0
!important- it can cause problems.toDoApp/style.css
Line 7 in 3766fb0
toDoApp/style.css
Lines 96 to 99 in 3766fb0
toDoApp/style.css
Line 5 in 3766fb0