F i b o n a c c i

For this Codepen Challenge , I decided to experiment with dd and dt spacing using the Fibonacci sequence. Every number used is either part of the Fibonacci sequence, or a number from the Fibonacci sequence multiplied by another number (10, 100, etc), for the sake of being easier to see.

NOTE: This is not at all mobile friendly, and assumes a monitor well over 1000 pixels wide.

0
= Start
1
= 1 + Start
1
= 1 + 0
2
= 1 + 1
3
= 2 + 1
5
= 3 + 2
8
= 5 + 3
13
= 8 + 5
21
= 13 + 8
34
= 21 + 13
55
= 34 + 21
89
= 55 + 34
144
= 89 + 55
233
= 144 + 89
377
= 233 + 144
610
= 377 + 233
987
= 610 + 377