Skip to content

Instantly share code, notes, and snippets.

@chemory
chemory / dabblet.css
Created October 27, 2018 07:33
Pure CSS Real Spinning Octahedron (Triangular Antiprism)
/**
* Pure CSS Real Spinning Octahedron (Triangular Antiprism)
* http://mathworld.wolfram.com/Octahedron.html
* http://en.wikipedia.org/wiki/Octahedron
* http://www.mathsisfun.com/geometry/octahedron.html
* get triangular faces using this method http://dabblet.com/gist/3805071
*
* Related
* -------
* Pure CSS Real Spinning Truncated Cube http://dabblet.com/gist/4543683