Week 16 - Responsive Design
This week's coding challenge requires you to build code that is responsive to the display size of the person visiting your Website. We will add the following tag to our HTML repertoire:
- ‹meta content="width=device-width, initial-scale="1.0" name="viewport" /›
In addition, we will add the following CSS properties:
- box-sizing
- grid-template-areas
- @media
- vertical-align
- counter-reset: section ;
- counter-increment: section '
- content: "Section " counter(section) ": ";
