Welcome to week 3 of Intro to Web Dev!
Last week, you used CSS to style your HTML by setting things like font colors. CSS can also be used for positioning elements and laying out your page. There are a lot of different ways to do that, so I wanted to spend this week on just this aspect of CSS.
Work through the activities in this page to complete the week!
Estimated time: 90 minutes
First, read through the tutorial and watch the video:
grid-auto-columns
and grid-auto-rows
properties do? Note: These properties were not mentioned in any of this week’s content. I’m testing that you can research and read about new CSS properties you haven’t seen before. Feel free to use a search engine and resources like W3SChools and MDN to answer this question.Estimated time: 1 hour
Now you’ve seen the fundamentals of layout in CSS, including flexbox and grid.
To practice that, modify the files in the week-03-layout
directory of your project repo.
week-03-layout
directory of your project repo