Всем привет )
Задание:
0. Создать папку с домашкой homework_markup_4
- Внутри должно быть 2 папки (flexbox, grid)
- В каждой из них нужно воссоздать Holy Grail Layout https://i.stack.imgur.com/yTzXI.jpg
- Кто справится досрочно, есть дополнительное задание.
3.1 В этом макете сверстайте 2 секции (http://j.mp/2PkpJ73) с помощью Grid & Flexbox https://github.com/MastersAcademy/frontend-course-2019/blob/master/lectures/markup3/Main-File-1.zip
3.2 Отдельно на flexbox
3.3 Отдельно grid
.
.
Что такое Holy Grail Layout
From the Wikipedia summary, and lot of other researches to find the good way to implement this layout, we are looking for something like that:
- Sidebars and main content should have the same height, regardless of which element is the tallest,
- Sidebars should have fixed width and main content fluid width,
- The center column (main content) should appear first in the HTML source,
- If the content is sparse, the footer should stay to the bottom of the page,
- Use a minimal markup and CSS.
Всем привет )
Задание:
0. Создать папку с домашкой homework_markup_4
3.1 В этом макете сверстайте 2 секции (http://j.mp/2PkpJ73) с помощью Grid & Flexbox https://github.com/MastersAcademy/frontend-course-2019/blob/master/lectures/markup3/Main-File-1.zip
3.2 Отдельно на flexbox
3.3 Отдельно grid
.
.
Что такое Holy Grail Layout
From the Wikipedia summary, and lot of other researches to find the good way to implement this layout, we are looking for something like that: