2023-04-08 20:45:53 -04:00
2021-07-08 13:48:15 +02:00
2021-07-05 09:32:49 +02:00
2021-09-02 14:36:58 +02:00
2021-09-02 14:35:11 +02:00
2023-04-08 20:45:53 -04:00

CSS KOANS KATA - FLEX

This is my progress on these exercises.

The objective of these exercices is to become more confortable with css flex manipulation.

graphical instructions

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

Resources

Description
No description provided
Readme 6.2 MiB
Languages
HTML 100%