xlab-classes / cse442-spring2022-team-niubility

cse442-spring2022-team-niubility created by GitHub Classroom
0 stars 0 forks source link

css_style reuse body setting #46

Closed SteveLiGt closed 2 years ago

SteveLiGt commented 2 years ago

In the css_style, I found the issue that some of code I could be reuse just like module, but I keep overwriting new code. To fix this, I need to

  1. recognized the portion of code that I could potentially reuse.
  2. re-organized the code to distinguish the problem .
  3. rewrite the portion of code to achieve the idea of Cohesion.