Skip to content

Instantly share code, notes, and snippets.

View claudiopro's full-sized avatar
🐠

Claudio Procida claudiopro

🐠
View GitHub Profile
@claudiopro
claudiopro / fib.html
Last active March 25, 2025 08:16
Fibonacci Spiral in pure HTML + CSS
<!-- @format -->
<!--
The Fibonacci spiral is an approximation of the golden spiral created by drawing circular
arcs connecting the opposite corners of squares in the Fibonacci tiling, a tiling with
squares whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21...
+-------------------------+----------------------------------------+
| | |
@claudiopro
claudiopro / fib.html
Last active March 25, 2025 22:54
Fibonacci Spiral with HTML, CSS, and vanilla JS
<!-- @format -->
<!--
The Fibonacci spiral is an approximation of the golden spiral created by drawing circular
arcs connecting the opposite corners of squares in the Fibonacci tiling, a tiling with
squares whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21...
+-------------------------+----------------------------------------+
| | |