ahandrewh teaches IAT-235information design

CSS Layout Exercise (due March 22)

Introduction

The development portion of the final project requires responsive layouts. This exercise has you practicing working with CSS grids to practice that structure.

Instructions

For this coding task you will be working with an existing set of HTML and CSS files. Please download the starter files. When you open up the index.html file, you will note that there are already number of grey and black blocks for you to apply the grid structure to. Please add classes to the existing structure as necessary to make it behave as a responsive grid. The process:

  1. Set the meta viewport tag to ensure your page scales appropriately on mobile devices.
  2. Set every element to use the border-box model.
  3. Set the .grid class to display as a grid.
  4. Set the .column elements to organize into three columns when the window is above 40rems in width.
  5. Set the .column elements to organize into six columns when the window is above 60rems in width.

Once done making the layout responsive

  1. Add comments through-out the code to indicate what resources you drew upon to complete the exercise.
  2. Validate the page using the CSS Validator (W3C) to find any errors or potential problems in your stylesheets.
  3. Please collect all your files into a ZIP file for submission to the Canvas assignment.

Your submission is due to Canvas before 11:59pm on March 15.

Grading rubric

This code exercise is worth 1% (1 point) of your final grade.

Exercise rules reminder

Please remember that the exercise rules still apply:

  1. You can use online resources, course materials, your TA, and lab-mates for support. This being said, others are not allowed to do your work for you. Also, if you are drawing from online resources, course materials, your TA or peers, you must;
  2. Cite any knowledge that is not yours in a comment in the code. The internet is a huge repository of information and you are welcome to use it, but you must let us know when something does not originate from your own knowledge.
  3. If work has been copied without citation the exercise grade will be zero. Please make sure to include comments indicating where you had assistance or learned.