Skip to content

Instantly share code, notes, and snippets.

View sdkdeepa's full-sized avatar
🎯
Focusing

Deepa Subramanian sdkdeepa

🎯
Focusing
View GitHub Profile
@sdkdeepa
sdkdeepa / Flexbox Froggy answers
Created September 27, 2021 05:56 — forked from lukasrudnik/Flexbox Froggy answers
Solutions Flexbox Froggy
1) justify-content: flex-end;
2) justify-content: center;
3) justify-content: space-around;
4) justify-content: space-between;
5) align-items: flex-end;
6) align-items: center;
justify-content: center;
7) justify-content: space-around;
8) flex-direction: row-reverse;
9) flex-direction: column;