In this assignment, you will add a small CSS Grid to your About Us page. You will place some items in this Grid
using the CSS Grid properties.
More specifically, I want you to:
Put a Grid <div> tag in the body of your About Us page. You should probably put it below the
Flexbox that you added in the previous assignment.
Put at least three items in your Grid. These items can be text or images.
You may use a column or a row layout for your items. My suggestion, though, is that you use
a row layout, since it will probably fit better into your page.
Validate your HTML page that you put the image into, with the W3C's HTML Validator page. I will also be
validating your page, so this validation will be part of your grade.
If you made any changes to your stylesheet,
validate your stylesheet with the W3C's CSS Validator page. I
will also be validating your style sheet, so this validation will be part of
your grade.
Upload your CSS Flex page,
and your stylesheet page to your Freehostia server's folder.
You can test your page on the class server by selecting the "Student Sites"
link on the class site and then clicking your name in the bulleted list.
Make sure you refresh/reload the page with F5 to get the new version of
your page!