odin-flex/01-flex-center/README.md

13 lines
346 B
Markdown
Raw Permalink Normal View History

2023-12-29 16:21:21 +00:00
# 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](./desired-outcome.png)
### Self Check
- Is the red div centered?
- Did you _only_ use flexbox to center it?