Here is the link to my portfolio page:
https://imanas.shanghai.nyu.edu/~yc2966/week02/index.html
The final version of the portfolio page:
The coding process:
I add some comments to the style that I’ve added to this page. (especially the things I just learned and felt necessary to remember.)
Conclusion
In this work, I tried to change the whole page’s color as well as the words. At first, I found that neither did I change the color of the font in the body nor in the class of navigation/navi-box, which are the classes including the links, would change the color of the links. Thus, after searching on the internet, I found the easiest way is to redefine the text color of “a<>”. This just likes what we do to the h (heading) function. Besides, I’ve also got confused with the usage of some properties, such as the difference between float and text-align; the difference between align-content and align-items… With some practice and online tutorials, I think I could understand them better.