This is the genre page of my website which can be accessed through the main page as i have linked a 'genre button' to redirect a user to this page when clicked using <a href="Genre page.html">Genre</a> code. This page will tell a user the required information for the first page and the general idea / concept of what my website is about.
To change the background colour of my website, I have used the css to group what i want to be coloured which in this case was the body. For this I put {background-colour: lightgoldenyellow} which changed the background to be a light yellow.
.h1 {font-family:Cambria
-tells the website what text it needs to change to
"Hoefler Text", "Liberation Serif", Times, "Times new roman", "Serif""Times New Roman", Times, Serif;
-This is what specifies the font that will be used.
Next, I returned to the main page, I have selected the text associated with my image / icon for 'Action' and have clicked 'Windows -> Properties'. Here I have the option to change the size of my images to make them smaller.
My next step is to try and add a Home button icon on each page so users can be redirected to the main page when it is clicked.
Profile Page:
For the profile page, I wanted to add three different sections so I imported a table that has 3 rows and one column to separate the three options.Here are the settings that I used to make the table, I ensured that the table wasn't too large for the page. After doing this, I added the text.