Skip to content

Commit cd1acf9

Browse files
committed
Work on docs
1 parent 007e389 commit cd1acf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Additionally, a few global styles can be found in `src/index.css`.
6767
6868
Let's start with a small detail: The footer links are unreadable:
6969

70-
<img alt="Side-by-side comparison of the current footer vs. the ideal one" src="./docs/footer-fix.png" />
70+
<img alt="Side-by-side comparison of the current footer vs. the ideal one" src="./docs/footer-fix.png" style="max-width: 500px" />
7171

7272
### Exercise 2: Layout adjustments
7373

@@ -79,7 +79,7 @@ Our header should be 65% of the available width, and our control-panel column sh
7979
8080
<img alt="Annotated mockup showing the overall width at 1024px, the header occupying 65%, and the control panels occupying 50%" src="./docs/sizes.png" style="width: 100%;" />
8181
82-
Our character should be given a fixed position, and held in the space made available by the width tweaks.
82+
The character (the big illustration) should use fixed positioning, and it should occupy the space cleared by the above width tweaks.
8383
8484
Give the character a minimum height of 500px. On smaller windows, this means the character won't fit in the viewport:
8585

@@ -95,7 +95,7 @@ Each control panel features a number of customizations. For control panels with
9595

9696
To help add a bit of perspective, a light gray bar should extend across the bottom 40% of the screen:
9797

98-
IMAGE
98+
<img alt="Screenshot of the mockup, showing the light gray bar" src="./docs/mockup.png" style="width: 100%;" />
9999

100100
It should sit behind the avatar (and both the perspective bar and the character should sit below the footer):
101101

docs/footer-fix.png

-783 Bytes
Loading

0 commit comments

Comments
 (0)