You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on the site with @Zabith4 I noticed that the HTML was frequently styled with inline-CSS instead of using built-in Bootstrap features. Moreover, things such as coloring were done inline. This creates another problem of code duplication. Moreover, the inline-css is not taking advantage of the responsiveness of Bootstrap. I suggest a refactor to using bootstrap functionality of inline-CSS and the creation of CSS classes for common elements such as color.
The text was updated successfully, but these errors were encountered:
When working on the site with @Zabith4 I noticed that the HTML was frequently styled with inline-CSS instead of using built-in Bootstrap features. Moreover, things such as coloring were done inline. This creates another problem of code duplication. Moreover, the inline-css is not taking advantage of the responsiveness of Bootstrap. I suggest a refactor to using bootstrap functionality of inline-CSS and the creation of CSS classes for common elements such as color.
The text was updated successfully, but these errors were encountered: