I am proud that in this challenge I have learned how to handle many types of style difference in a single page and keep the CSS style sheet as clean as possible.
I would try to make different files for different classes/styles (Ex. general.css, utilities.css etc.)
What challenges did you encounter, and how did you overcome them?Implementing the difference of styles like color, font-weight, font-family, list bullet point styles etc. while keeping my CSS code clean were challenging for me.
Most of the cases I have overcome them by making my own custom utility CSS classes and implementing them on desired html elements.
What specific areas of your project would you like help with?In the first unordered list of this page , in the first list item the last word 'minutes' when it comes to mobile viewport goes to next line which is okay but it does not horizontally aligns with the first line.
I need help to solve this problem.