Skip to content

Commit

Permalink
Explain Fibonaci name reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Steenbergen committed Sep 2, 2014
1 parent 9723496 commit b966cef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Once you're happy with the layout, hit the export icons to copy the generated co
Tiny sidenote: Fibonacci is mostly a little sideproject still under development and by no means perfect or bug free. Contributions are highly welcome :)

### Notes
**Q: _How is the/a Fibonacci sequence used in this tool?_**
**A:** It absolutely isn’t. Nothing in the code, as you can see for yourself, uses any kind of Fibonacci sequence. Nuh-uh.

**Q: _Then why is it named Fibonacci?_**
**A:** There’s 1 reason, and 1 reason only. While testing the tool, I divided the main container into a Fibonacci-esque structure. That’s it. The structured reminded me of Fibonacci, I liked the ring of it, I called the tool Fibonacci. Fin.

**Q: _The main ````#container```` section is 800*600 px. What's up with that?_**
**A:** The beauty of Flexbox is that it's flexible. Whatever the dimensions of your container or even the viewport, Flexbox adapts automatically. It's completely fluid. So all you need to do is to give the ````#container```` section the dimensions you need, and all child sections made with Fibonacci will resize accordingly.

Expand Down

0 comments on commit b966cef

Please sign in to comment.