Skip to content

Instantly share code, notes, and snippets.

View Baconalwaysbetterthanyou's full-sized avatar

Baconalwaysbetterthanyou

View GitHub Profile
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;
CSS Diner Answers
1. plate
2. bento
3. #fancy
4. Plate apple
5. #fancy pickle
6. .small
7. orange.small
8. bento orange.small
@Baconalwaysbetterthanyou
Baconalwaysbetterthanyou / Flex Box Defense answers
Last active February 25, 2024 07:44
flexbox defense answers (all correct)
level 1
.tower-group-1 {
display: flex;
justify-content: center;
}
level 2
.tower-group-1 {
display: flex;
justify-content: flex-end;