Skip to content

Commit e4e6553

Browse files
Rares MateiRares Matei
Rares Matei
authored and
Rares Matei
committed
improve exercise description
1 parent 36c9f61 commit e4e6553

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

week-2/13-order/readme.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
The `order` property is used to move a *specific* item to a different position in the list.
44

5+
In this exercise, you'll use order to move the items in the list. Follow the steps below to complete this exercise:
6+
7+
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.
9+
3. Do the same thing for the Second and Third list.
10+
---
511
> **Remember:** if you forgot how to use the `order` property, you can always:
612
> 1. Google the word "flexbox"
713
> 2. Click on the link from "CSS-tricks"
8-
> ![Screenshot of how to google flexbox](/images/13-googling-flexbox.png)
9-
10-
Exercise:
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
14+
> ![Screenshot of how to google flexbox](/images/13-googling-flexbox.png)

0 commit comments

Comments
 (0)