Click on the thumbnail below to view the corresponding page.
Lab 2
For the second lab, using the first lab as a base, I needed to add an external css to add colors, a viewport and margin to center the page.
Also removed the navigation as per the pdf.
I applied the colors with the CSS selector, to select the corresponding element and the attribute color.
I also applied the meta viewport to both pages.
I also applied the width of the body element (<body></body>) to 85% and the CSS margin-left and margin-right to auto to have the body element centered.
Click on the thumbnail below to view the corresponding page.
Lab 3
For the third lab, using the second lab as a base, I needed to add image map with multiples links and add background image.
I also added back to navigation for the home page as per the pdf.
I added backgound image to both pages.
I also added a image to the top right of the pages.
I also applied a image map element (<map>) to the top right image with link for the two clickable area by image.
The home page one is halfen in two. While the trails page one is about the toad or the forest that are clickable.
I have been having trouble for background image especially the trails page.