odin-default-css-exercises/flex/01-flex-center
ZebraMilk 04bf4da6d1 Add indents to <body> and <head> tags in all exercises 2022-01-30 12:16:13 -06:00
..
solution Add indents to <body> and <head> tags in all exercises 2022-01-30 12:16:13 -06:00
README.md rename directories 2021-08-24 12:22:46 -05:00
desired-outcome.png rename directories 2021-08-24 12:22:46 -05:00
index.html Add indents to <body> and <head> tags in all exercises 2022-01-30 12:16:13 -06:00
style.css rename directories 2021-08-24 12:22:46 -05:00

README.md

CENTER THIS DIV

This one is simple, but it's something that you'll want to do ALL THE TIME. Might as well get it out of the way now.

All you need to do is center the red div inside the blue container.

Desired Outcome

outcome

Self Check

  • Is the red div centered?
  • Did you only use flexbox to center it?