Skip to content

Commit cd5fecd

Browse files
Rares MateiRares Matei
Rares Matei
authored and
Rares Matei
committed
improve exercise descriptions for order and align
1 parent e4e6553 commit cd5fecd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

week-2/13-order/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `order` property is used to move a *specific* item to a different position i
55
In this exercise, you'll use order to move the items in the list. Follow the steps below to complete this exercise:
66

77
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.
8-
2. Use the order property to make the First list of countries look like the First Result list.
8+
2. Make the First list of countries look like the First Result list.
99
3. Do the same thing for the Second and Third list.
1010
---
1111
> **Remember:** if you forgot how to use the `order` property, you can always:

week-2/14-align-self/readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ With `align-self` you move only one of the items.
77

88
You can use the same values for `align-self` as you used for `align-items`.
99

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:
1111

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

Comments
 (0)