thomaspark / flexboxfroggy

A game for learning CSS flexbox 🐸
https://flexboxfroggy.com
MIT License
6.8k stars 673 forks source link

Level 17 order issue--->Resolve this ASAP #236

Open Santhosh-mastermind opened 1 year ago

Santhosh-mastermind commented 1 year ago

any value to order makes yellow frog at position right side end Screenshot 2022-09-26 195405

order:1 ---answer correct

order:4--answer correct

order:9124914349124----correct

thomaspark commented 1 year ago

Hey @Santhosh-mastermind, the default value of order is 0, so any value greater than that will position them to the right.