My Understanding of flexbox through the help of Flexbox Froggy
The "flexbox" is a module used to arrange elements into containers with equal spaces between them.
.flexbox {
display: flex;
}
Flexbox Froggy is a game created by codepip that enables one to learn flexbox properties. You're tasked with moving th...
anuel.hashnode.dev1 min read