The main CSS style has already been put in place, and also the Navigation panel on the right is quite acceptable. The bright yellow color really fits in with my red background on the middle and left. The blue also provides a light, cool shade so that the font can be read with ease and the reader will not feel uncomfortable when reading it. The font style is Helvetica, and it is quite simple and easy to read in my opinion, although it doensn't have any serifs on it. I might change the font to make it more bold, or maybe change the weight of it soon.
Here is an example of the CSS code I used. I changed the h1, p, body, etc to format it. I changed the alignment of different things, the height, background color, and also the font family as well. I might consider adding more color to the font, etc. Right now I am currently working on the paragraphs and I will consider adding more styles to the CSS if needed to best suit my website.
At the end of the lesson, I have tried to change the default image provided by Ms Marshall into my CD cover. The results were not as I expected it to be. After I searched for a while I found out why:
As you can see, apart from just having the location in the <img src> tag, there is also width and height restrictions so therefore the picture was rescaled and stretched into a different ratio, obscuring the image. I will need to get the ratio of the image and get it to its original ratio next lesson.