In this part you will learn how to make your HTML pretty. Give it some structure and colors.
- Learn basic css selectors
- Understand selectors specificity and cascading
- Get familiar with different measure units
- Understand principals of
box model
- Understand differences between
position
s - Learn principles of layout
Flexbox
CSS Grid
-
Implement the following layout without flexbox.
Requirements:
- Header, navigation and footer re always visible (sticky)
- Content panel (right) should be scrollable depending on the amount of text there.
- Page should be responsive but height of header and footer do not change, only the middle part.
-
Implement the same layout with flexbox.
-
Replicate Wix Support page without internal pages.