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: week-2/14-align-self/readme.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ With `align-self` you move only one of the items.
7
7
8
8
You can use the same values for `align-self` as you used for `align-items`.
9
9
10
-
Exercise:
10
+
In this exercise, you'll use `align-self` (together with some of the other **Flexbox** properties you learned) to align the items in the list. Follow the steps below to complete this exercise:
11
11
12
-
1. Open up the HTML page for this exercise in Chrome
13
-
2. Make sure each list of countries looks the image below it
12
+
1. Look at the First list of countries. Then look at the First Result displayed to the side. Find the differences between the two lists.
13
+
2. Make the First list of countries look like the First Result list.
14
+
3. Do the same thing for the Second and Third list.
0 commit comments