HTML Website Week 3 Documentation – Justin C

Link: https://imanas.shanghai.nyu.edu/~jc8017/website/index.html

For this iteration, I implemented CSS on my webpage. The layout that I wanted is a simply one where all the content are centralized towards the page rather than be on the left side. I achieved through by manipulating the padding such that I squeeze the content towards the center.

In addition, I added a navigation bar. I have some other pages that I want to link so I created a nav bar. At first, I had issues trying to separate the different links. The links were all clustered together. I was able to separate the different links by implementing the flex attribute in css. 

I also added a background for my website. Initially, I wanted to add a singular color. However, after finding out the gradient property attribute, I implemented it as my background. I hope that the gradient gives my website a fiery look and attracts the attention of those who visit it.

Leave a Reply