Skip to content

Instantly share code, notes, and snippets.

View Baconalwaysbetterthanyou's full-sized avatar
🎯
Focusing

JLXYLoved Baconalwaysbetterthanyou

🎯
Focusing
View GitHub Profile
@Baconalwaysbetterthanyou
Baconalwaysbetterthanyou / Flex Box Defense answers
Last active February 7, 2025 03: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;