The objective of these exercices is to become more confortable with css flex manipulation.
- Start: add a css file that make header green and content red.
- Flex: use diplay flex to make content fill the entire page.
- Side bar: add a 25% width left sidebar.
- Tab & status: add some uniform tabs on top of content, and a status bar on bottom.
- Scroll: add some items in content of 150px Height. Make content scrollable.
- Russian doll: add a first div that host entire content. Keep same behaviour.
- Dot dot dot: Create an item that have a long text that is overflow with ellipsis. Keep same behaviour.