You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Additionally, a few global styles can be found in `src/index.css`.
67
67
68
68
Let's start with a small detail: The footer links are unreadable:
69
69
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"/>
71
71
72
72
### Exercise 2: Layout adjustments
73
73
@@ -79,7 +79,7 @@ Our header should be 65% of the available width, and our control-panel column sh
79
79
80
80
<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%;" />
81
81
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.
83
83
84
84
Give the character a minimum height of 500px. On smaller windows, this means the character won't fit in the viewport:
85
85
@@ -95,7 +95,7 @@ Each control panel features a number of customizations. For control panels with
95
95
96
96
To help add a bit of perspective, a light gray bar should extend across the bottom 40%of the screen:
97
97
98
-
IMAGE
98
+
<img alt="Screenshot of the mockup, showing the light gray bar" src="./docs/mockup.png" style="width: 100%;"/>
99
99
100
100
It should sit behind the avatar (and both the perspective bar and the character should sit below the footer):
0 commit comments