Page Layout
In this lesson, we will create the layout of a website using Flexbox and media queries.
We'll cover the following...
Creation of layout
When creating a website, the best path for beginners is the act of dividing the task into smaller subtasks in a top-down fashion, and then building the individual subtasks from the bottom-up.
If a task seems hard for you, then divide the task into smaller subtasks. If a task seems easy enough for you, it is worth building it in a bottom-up fashion.
When creating a website, the first recommended step is the ...