git pull upstream main). This should create a hw03
directory in which you will be doing your work for prelab, labday and homework this week.
NOTE: Don't jump into trying to create the design directly. Instead follow the instructions below and use that diagram as a guide to fill in the blanks.
NOTE: When you are working with widths inside of another div then to calculate percentages you'll need to place 800 with the width of the outer div.
You may find it helpful to put the two sections and the aside inside a single div/block and to give that block an id of “content”. All CSS commands should be placed in the poemlayout.css document.
https://josephus.sergeantservices.com/classes/w1/source/images/poemlayoutblock.png.
NOTE: We are focusing on getting the basic layout in place before we are concerning ourselves with the content!
npm run check -- hw03Inspect the output and fix any errors that are reported. Then re-run the check command. Continue this process until no errors are reported.