Skip to content

Commit 00450f4

Browse files
Rares MateiRares Matei
Rares Matei
authored and
Rares Matei
committed
improve diagram for align-self
1 parent 45ccb7a commit 00450f4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
-47.3 KB
Loading

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

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
With `align-items` you move all the items at once (on the **non-main axis**).
44
With `align-self` you move only one of the items.
55

6-
![Example of align-items vs. align-self](./ignore_this_folder/example1.png)
7-
8-
You can use the same values for `align-self` as you used for `align-items`.
9-
106
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:
117

128
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.
139
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.
10+
3. Do the same thing for the Second and Third list.
11+
---
12+
13+
![Example of align-items vs. align-self](../../exercise-specific-src/14-align-self/example1.png)
14+
15+
You can use the same values for `align-self` as you used for `align-items`.

0 commit comments

Comments
 (0)