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
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: week-2/15-align-self/readme.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ With `align-self` you move only one of the items.
6
6
In this exercise, you will use `align-self` and `align-items` to change the position of the items. Follow the steps below to complete this exercise:
7
7
8
8
1. Look at the First list of countries. Then look at the solution displayed to the side. Find the differences between the two lists.
9
-
2. Use `align-self` and `align-items` to make the list of countries on the left look like the ones on the right.
9
+
2. Use `align-self`, `align-items` and other flexbox properties you have learned to make the list of countries on the left look like the list on the right.
10
+
10
11
---
11
12
12
13

0 commit comments