SamanAtashi / Best_To-Do-List

A simple one-page web app that stores and shows the tasks built with JavaScript and HTML/CSS.
1 stars 0 forks source link

CSS_style_Best_Practices_issue: #5

Open SamanAtashi opened 3 years ago

SamanAtashi commented 3 years ago

CSS Best Practices issue:

  1. repeated code instead of using class
SamanAtashi commented 3 years ago

Better to use class and not repeat:

https://github.com/SamanAtashi/Best_To-Do-List/blob/57a9b551c00942213963cee7d9a9208b60e8fdab/src/style.css#L18-L21 https://github.com/SamanAtashi/Best_To-Do-List/blob/57a9b551c00942213963cee7d9a9208b60e8fdab/src/style.css#L148-L156