Giter Club home page Giter Club logo

flexboxfroggysolution's Introduction

Solving Flexbox Froggy

This file contains the solutions for solving all the levels of the Flexbox Froggy game.



Level 1

justify-content: flex-end;


Level 2

justify-content: center;


Level 3

justify-content: space-around;


Level 4

justify-content: space-between;


Level 5

align-items: flex-end;


Level 6

justify-content: center;** **align-items: center;


Level 7

align-items: flex-end;** **justify-content: space-around;


Level 8

flex-direction: row-reverse;


Level 9

flex-direction: column;


Level 10

flex-direction:row-reverse;** **justify-content:flex-end;


Level 11

flex-direction: column;** **justify-content: flex-end;


Level 12

flex-direction: column-reverse;** **justify-content: space-between;


Level 13

align-items: flex-end;** **justify-content: center;** **flex-direction: row-reverse;


Level 14

order: 1;


Level 15

order: -1;


Level 16

align-self: flex-end;


Level 17

align-self:flex-end;** **order: 1;


Level 18

flex-wrap: wrap;


Level 19

flex-direction: column-reverse;** **flex-wrap: wrap;


Level 20

flex-flow: column wrap;


Level 21

align-content: flex-start;


Level 22

align-content: flex-end;


Level 23

align-content: center;** **flex-direction: column-reverse;


Level 24

flex-flow: column-reverse wrap-reverse;** **justify-content: center;** **align-content: space-between;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.