odin-flex/01-flex-center
NetMan 5205c38ee2 Initial commit 2023-12-29 17:21:21 +01:00
..
solution Initial commit 2023-12-29 17:21:21 +01:00
README.md Initial commit 2023-12-29 17:21:21 +01:00
desired-outcome.png Initial commit 2023-12-29 17:21:21 +01:00
index.html Initial commit 2023-12-29 17:21:21 +01:00
style.css Initial commit 2023-12-29 17:21:21 +01: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?