This week, I learned how to manipulate different elements of a webpage using CSS. This assignment was challenging, I ran into some issues with the link background color. I had the links in the list colored properly, but when I linked my email it was the same color as the list rather than the white color it was supposed to be. I got it to work by changing the class of each anchored link, initially I had set a blanket color in the .css file. Another thing that took some time was aligning the list items properly to the left of the page. I didn't realize that lists have a built in border that you have to overwrite, I was confused as to why the text wasn't flush even though I had used text align to set it to the left. Finally, the footer border weas a bit tricky for me. I had the whole div set as a border rather than just the text. Once I created an id for the text specifically and used that to build the border, it finally came out the way that I wanted it to look.