You may customize styling anywhere through the document, adding, removing, modifying as you see fit. Remember that none of the functionality of the site is expected to be working - the code given is simply a prototype layout.

<aside> ‼️ This assignment consists of two walk-through documents, named "Content" and "Style". Before you begin, it may be beneficial to review both documents in detail. Strongly consider that the style instructions outlined in the "Style" document were written to match index.html in the form it was given. Therefor, structural changes you make to index.html, may affect the values defined as part of the instructions in the "Style" document.

</aside>

Styling Variables

Review the style guide you developed for Part 1 and bring the important values into CSS, by storing them as variables, to be used throughout the site.

General Styling

These styles represent adjustments that will likely be applied to all break-points, regardless of viewport size. For the most part, these are suggestions, so you may use your discretion to adjust these values as you see fit, to match your personal aesthetic.

Your personal styling

Now that some of the core components are styled, it's time to apply your own custom stylings for colours, fonts and spacing. Consider the style guide you put together in Part 1 of this project and apply those values and images throughout the site until the layout satisfies your design aesthetic.

You may also consider interactions, like :hover for example, to give the site some pop. Using transition for those interactions will apply properties as an animation, given the site a smoother overall feel.

Smallest Viewport