Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 9fa3231

Browse files
committedMay 27, 2020
#92 Let student know they will need to use other properties in 15-align-self
1 parent 77e66b4 commit 9fa3231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎week-2/15-align-self/readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ With `align-self` you move only one of the items.
66
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:
77

88
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+
1011
---
1112

1213
![Example of align-items vs. align-self](/images/15/example.png)

0 commit comments

Comments
 (0)
This repository has been archived.