Home Resumé Education Favorites Requirements Layouts

Spring 2021 Project 3 Requirements Summary

Content of this Webpage
The content included on this webpage are examples of the implementations I made of layouts within my website.Also, within this webpage is a reflection of the improvements I have made for each project completed throughout the course.
Project 1 Corrections
For project 1, the only improvement I had to make was adding break tags before the footer of each webpage. This tag was added within the body of the code.
Project 2 Corrections
For project 2, the improvement I had to make for project 3 was including div tags. However, I did not add many div tags because for project 3 we were supposed to replace the div tags with a suitable CSS layout tag.

Additional Edits and Enhancements

Screen and Size Styling
image of browser image of code Applying the screen and size styling to the external style sheet allows for the webpages to adjust when they are viewed on different devices. We include this to make the website available for anyone to view.





CSS Boxes
image of browser
image of browser For the four boxes on this webpage I added a solid border, padding, a width, and a height. Then I text-aligned the text and my favorite part is the shadow around the box. Lastly, there is a margin style so the border is not connected to the side bar.

Positioning Schemes
image of browser image of browser
I implemented the sticky and static positioning. The sticky position is on every webpage attached to the navigation bar and the static position is on the side bar on the home page.
image of browser image of browser


HTML Layout Setup
image of browser image of code image of code For the layout, I used the HTML layout style within the header, footer, and aside styles. Within each I have added color, borders, and many other style tags.




Home | Resumé | Education | Favorites | Requirements | Layouts