diff --git a/README.md b/README.md index 3b6bd6ae..00e4fb74 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Continuing on down, let's tackle the main header: ![Close-up screenshot of the header and superheader](./docs/exercise-2-solution.png) +The trickiest part of this exercise is the _position of the main navigation_. We want it to be perfectly centered within the container: + +![Screenshot showing the position of the navigation within the header](./docs/nav-position.png) + +This is a thorny problem, and it's not something we've explicitly seen in the course. Give it your best shot, but please don't be discouraged if you can't figure it out! + ## Exercise 3: Shell Next up, we want to tackle the "framing" around the shoe grid — the sidebar and title/filter. diff --git a/docs/nav-position.png b/docs/nav-position.png new file mode 100644 index 00000000..44f8e63c Binary files /dev/null and b/docs/nav-position.png differ