This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level 1 | |
.tower-group-1 { | |
display: flex; | |
justify-content: center; | |
} | |
level 2 | |
.tower-group-1 { | |
display: flex; | |
justify-content: flex-end; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CSS Diner Answers | |
1. plate | |
2. bento | |
3. #fancy | |
4. Plate apple | |
5. #fancy pickle | |
6. .small | |
7. orange.small | |
8. bento orange.small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FlexBox Ducky Answers | |
1 justify-content: flex-end; | |
2 justify-content: space-around; justify-content: center; | |
3 justify-content: space-around; | |
4 justify-content: space-between; | |
5 align-items: flex-end; | |
6 justify-content: center; | |
align-items: center; | |
7 justify-content: space-around; |